Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2021-21708
Vulnerability from cvelistv5
Published
2022-02-27 08:00
Modified
2024-09-17 03:18
Severity ?
EPSS score ?
Summary
In PHP versions 7.4.x below 7.4.28, 8.0.x below 8.0.16, and 8.1.x below 8.1.3, when using filter functions with FILTER_VALIDATE_FLOAT filter and min/max limits, if the filter fails, there is a possibility to trigger use of allocated memory after free, which can result it crashes, and potentially in overwrite of other memory chunks and RCE. This issue affects: code that uses FILTER_VALIDATE_FLOAT with min/max limits.
References
▼ | URL | Tags | |
---|---|---|---|
security@php.net | https://bugs.php.net/bug.php?id=81708 | Exploit, Issue Tracking, Patch, Vendor Advisory | |
security@php.net | https://security.gentoo.org/glsa/202209-20 | Third Party Advisory | |
security@php.net | https://security.netapp.com/advisory/ntap-20220325-0004/ | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://bugs.php.net/bug.php?id=81708 | Exploit, Issue Tracking, Patch, Vendor Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://security.gentoo.org/glsa/202209-20 | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://security.netapp.com/advisory/ntap-20220325-0004/ | Third Party Advisory |
Impacted products
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-03T18:23:28.601Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://bugs.php.net/bug.php?id=81708" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://security.netapp.com/advisory/ntap-20220325-0004/" }, { "name": "GLSA-202209-20", "tags": [ "vendor-advisory", "x_refsource_GENTOO", "x_transferred" ], "url": "https://security.gentoo.org/glsa/202209-20" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "PHP", "vendor": "PHP Group", "versions": [ { "lessThan": "7.4.28", "status": "affected", "version": "7.4.x", "versionType": "custom" }, { "lessThan": "8.0.16", "status": "affected", "version": "8.0.X", "versionType": "custom" }, { "lessThan": "8.1.3", "status": "affected", "version": "8.1.X", "versionType": "custom" } ] } ], "credits": [ { "lang": "en", "value": "dukk at softdev dot online" } ], "datePublic": "2022-02-14T00:00:00", "descriptions": [ { "lang": "en", "value": "In PHP versions 7.4.x below 7.4.28, 8.0.x below 8.0.16, and 8.1.x below 8.1.3, when using filter functions with FILTER_VALIDATE_FLOAT filter and min/max limits, if the filter fails, there is a possibility to trigger use of allocated memory after free, which can result it crashes, and potentially in overwrite of other memory chunks and RCE. This issue affects: code that uses FILTER_VALIDATE_FLOAT with min/max limits." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-416", "description": "CWE-416 Use After Free", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2022-09-29T16:06:49", "orgId": "dd77f84a-d19a-4638-8c3d-a322d820ed2b", "shortName": "php" }, "references": [ { "tags": [ "x_refsource_MISC" ], "url": "https://bugs.php.net/bug.php?id=81708" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://security.netapp.com/advisory/ntap-20220325-0004/" }, { "name": "GLSA-202209-20", "tags": [ "vendor-advisory", "x_refsource_GENTOO" ], "url": "https://security.gentoo.org/glsa/202209-20" } ], "source": { "defect": [ "https://bugs.php.net/bug.php?id=81708" ], "discovery": "EXTERNAL" }, "title": "UAF due to php_filter_float() failing", "x_generator": { "engine": "Vulnogram 0.0.9" }, "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "security@php.net", "DATE_PUBLIC": "2022-02-14T08:00:00.000Z", "ID": "CVE-2021-21708", "STATE": "PUBLIC", "TITLE": "UAF due to php_filter_float() failing" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "PHP", "version": { "version_data": [ { "version_affected": "\u003c", "version_name": "7.4.x", "version_value": "7.4.28" }, { "version_affected": "\u003c", "version_name": "8.0.X", "version_value": "8.0.16" }, { "version_affected": "\u003c", "version_name": "8.1.X", "version_value": "8.1.3" } ] } } ] }, "vendor_name": "PHP Group" } ] } }, "credit": [ { "lang": "eng", "value": "dukk at softdev dot online" } ], "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "In PHP versions 7.4.x below 7.4.28, 8.0.x below 8.0.16, and 8.1.x below 8.1.3, when using filter functions with FILTER_VALIDATE_FLOAT filter and min/max limits, if the filter fails, there is a possibility to trigger use of allocated memory after free, which can result it crashes, and potentially in overwrite of other memory chunks and RCE. This issue affects: code that uses FILTER_VALIDATE_FLOAT with min/max limits." } ] }, "generator": { "engine": "Vulnogram 0.0.9" }, "impact": { "cvss": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L", "version": "3.1" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-416 Use After Free" } ] } ] }, "references": { "reference_data": [ { "name": "https://bugs.php.net/bug.php?id=81708", "refsource": "MISC", "url": "https://bugs.php.net/bug.php?id=81708" }, { "name": "https://security.netapp.com/advisory/ntap-20220325-0004/", "refsource": "CONFIRM", "url": "https://security.netapp.com/advisory/ntap-20220325-0004/" }, { "name": "GLSA-202209-20", "refsource": "GENTOO", "url": "https://security.gentoo.org/glsa/202209-20" } ] }, "source": { "defect": [ "https://bugs.php.net/bug.php?id=81708" ], "discovery": "EXTERNAL" } } } }, "cveMetadata": { "assignerOrgId": "dd77f84a-d19a-4638-8c3d-a322d820ed2b", "assignerShortName": "php", "cveId": "CVE-2021-21708", "datePublished": "2022-02-27T08:00:12.018780Z", "dateReserved": "2021-01-04T00:00:00", "dateUpdated": "2024-09-17T03:18:02.531Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "fkie_nvd": { "configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"7.4.0\", \"versionEndExcluding\": \"7.4.28\", \"matchCriteriaId\": \"07B88F14-3867-49F4-8BE6-64E1D98927AB\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"8.0.0\", \"versionEndExcluding\": \"8.0.16\", \"matchCriteriaId\": \"AC80C1D0-09AC-43B1-A653-7ECFB37DC42E\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"8.1.0\", \"versionEndExcluding\": \"8.1.3\", \"matchCriteriaId\": \"B7E795BC-F012-4904-B445-D76E358EC66D\"}]}]}]", "descriptions": "[{\"lang\": \"en\", \"value\": \"In PHP versions 7.4.x below 7.4.28, 8.0.x below 8.0.16, and 8.1.x below 8.1.3, when using filter functions with FILTER_VALIDATE_FLOAT filter and min/max limits, if the filter fails, there is a possibility to trigger use of allocated memory after free, which can result it crashes, and potentially in overwrite of other memory chunks and RCE. This issue affects: code that uses FILTER_VALIDATE_FLOAT with min/max limits.\"}, {\"lang\": \"es\", \"value\": \"En PHP versiones 7.4.x anteriores a 7.4.28, versiones 8.0.x anteriores a 8.0.16 y versiones 8.1.x anteriores a 8.1.3, cuando son usados funciones de filtrado con el filtro FILTER_VALIDATE_FLOAT y los l\\u00edmites m\\u00ednimo/m\\u00e1ximo, si el filtro falla, se presenta la posibilidad de que sea activado el uso de la memoria asignada despu\\u00e9s de liberarla, lo que puede resultar en un bloqueo, y potencialmente la sobreescritura de otros trozos de memoria y RCE. Este problema afecta a: el c\\u00f3digo que usa FILTER_VALIDATE_FLOAT con l\\u00edmites m\\u00edn/m\\u00e1x.\"}]", "id": "CVE-2021-21708", "lastModified": "2024-11-21T05:48:52.737", "metrics": "{\"cvssMetricV31\": [{\"source\": \"security@php.net\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L\", \"baseScore\": 8.2, \"baseSeverity\": \"HIGH\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"LOW\"}, \"exploitabilityScore\": 3.9, \"impactScore\": 4.2}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\", \"baseScore\": 9.8, \"baseSeverity\": \"CRITICAL\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 3.9, \"impactScore\": 5.9}], \"cvssMetricV2\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"2.0\", \"vectorString\": \"AV:N/AC:M/Au:N/C:P/I:P/A:P\", \"baseScore\": 6.8, \"accessVector\": \"NETWORK\", \"accessComplexity\": \"MEDIUM\", \"authentication\": \"NONE\", \"confidentialityImpact\": \"PARTIAL\", \"integrityImpact\": \"PARTIAL\", \"availabilityImpact\": \"PARTIAL\"}, \"baseSeverity\": \"MEDIUM\", \"exploitabilityScore\": 8.6, \"impactScore\": 6.4, \"acInsufInfo\": false, \"obtainAllPrivilege\": false, \"obtainUserPrivilege\": false, \"obtainOtherPrivilege\": false, \"userInteractionRequired\": false}]}", "published": "2022-02-27T08:15:06.817", "references": "[{\"url\": \"https://bugs.php.net/bug.php?id=81708\", \"source\": \"security@php.net\", \"tags\": [\"Exploit\", \"Issue Tracking\", \"Patch\", \"Vendor Advisory\"]}, {\"url\": \"https://security.gentoo.org/glsa/202209-20\", \"source\": \"security@php.net\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20220325-0004/\", \"source\": \"security@php.net\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://bugs.php.net/bug.php?id=81708\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Exploit\", \"Issue Tracking\", \"Patch\", \"Vendor Advisory\"]}, {\"url\": \"https://security.gentoo.org/glsa/202209-20\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20220325-0004/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}]", "sourceIdentifier": "security@php.net", "vulnStatus": "Modified", "weaknesses": "[{\"source\": \"security@php.net\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-416\"}]}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-416\"}]}]" }, "nvd": "{\"cve\":{\"id\":\"CVE-2021-21708\",\"sourceIdentifier\":\"security@php.net\",\"published\":\"2022-02-27T08:15:06.817\",\"lastModified\":\"2024-11-21T05:48:52.737\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In PHP versions 7.4.x below 7.4.28, 8.0.x below 8.0.16, and 8.1.x below 8.1.3, when using filter functions with FILTER_VALIDATE_FLOAT filter and min/max limits, if the filter fails, there is a possibility to trigger use of allocated memory after free, which can result it crashes, and potentially in overwrite of other memory chunks and RCE. This issue affects: code that uses FILTER_VALIDATE_FLOAT with min/max limits.\"},{\"lang\":\"es\",\"value\":\"En PHP versiones 7.4.x anteriores a 7.4.28, versiones 8.0.x anteriores a 8.0.16 y versiones 8.1.x anteriores a 8.1.3, cuando son usados funciones de filtrado con el filtro FILTER_VALIDATE_FLOAT y los l\u00edmites m\u00ednimo/m\u00e1ximo, si el filtro falla, se presenta la posibilidad de que sea activado el uso de la memoria asignada despu\u00e9s de liberarla, lo que puede resultar en un bloqueo, y potencialmente la sobreescritura de otros trozos de memoria y RCE. Este problema afecta a: el c\u00f3digo que usa FILTER_VALIDATE_FLOAT con l\u00edmites m\u00edn/m\u00e1x.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security@php.net\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L\",\"baseScore\":8.2,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":3.9,\"impactScore\":4.2},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":9.8,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":5.9}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:M/Au:N/C:P/I:P/A:P\",\"baseScore\":6.8,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"MEDIUM\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"PARTIAL\",\"integrityImpact\":\"PARTIAL\",\"availabilityImpact\":\"PARTIAL\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":8.6,\"impactScore\":6.4,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"security@php.net\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-416\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-416\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"7.4.0\",\"versionEndExcluding\":\"7.4.28\",\"matchCriteriaId\":\"07B88F14-3867-49F4-8BE6-64E1D98927AB\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.0.0\",\"versionEndExcluding\":\"8.0.16\",\"matchCriteriaId\":\"AC80C1D0-09AC-43B1-A653-7ECFB37DC42E\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.1.0\",\"versionEndExcluding\":\"8.1.3\",\"matchCriteriaId\":\"B7E795BC-F012-4904-B445-D76E358EC66D\"}]}]}],\"references\":[{\"url\":\"https://bugs.php.net/bug.php?id=81708\",\"source\":\"security@php.net\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202209-20\",\"source\":\"security@php.net\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20220325-0004/\",\"source\":\"security@php.net\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://bugs.php.net/bug.php?id=81708\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202209-20\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20220325-0004/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}" } }
fkie_cve-2021-21708
Vulnerability from fkie_nvd
Published
2022-02-27 08:15
Modified
2024-11-21 05:48
Severity ?
8.2 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L
9.8 (Critical) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
9.8 (Critical) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Summary
In PHP versions 7.4.x below 7.4.28, 8.0.x below 8.0.16, and 8.1.x below 8.1.3, when using filter functions with FILTER_VALIDATE_FLOAT filter and min/max limits, if the filter fails, there is a possibility to trigger use of allocated memory after free, which can result it crashes, and potentially in overwrite of other memory chunks and RCE. This issue affects: code that uses FILTER_VALIDATE_FLOAT with min/max limits.
References
▼ | URL | Tags | |
---|---|---|---|
security@php.net | https://bugs.php.net/bug.php?id=81708 | Exploit, Issue Tracking, Patch, Vendor Advisory | |
security@php.net | https://security.gentoo.org/glsa/202209-20 | Third Party Advisory | |
security@php.net | https://security.netapp.com/advisory/ntap-20220325-0004/ | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://bugs.php.net/bug.php?id=81708 | Exploit, Issue Tracking, Patch, Vendor Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://security.gentoo.org/glsa/202209-20 | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://security.netapp.com/advisory/ntap-20220325-0004/ | Third Party Advisory |
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*", "matchCriteriaId": "07B88F14-3867-49F4-8BE6-64E1D98927AB", "versionEndExcluding": "7.4.28", "versionStartIncluding": "7.4.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*", "matchCriteriaId": "AC80C1D0-09AC-43B1-A653-7ECFB37DC42E", "versionEndExcluding": "8.0.16", "versionStartIncluding": "8.0.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*", "matchCriteriaId": "B7E795BC-F012-4904-B445-D76E358EC66D", "versionEndExcluding": "8.1.3", "versionStartIncluding": "8.1.0", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "In PHP versions 7.4.x below 7.4.28, 8.0.x below 8.0.16, and 8.1.x below 8.1.3, when using filter functions with FILTER_VALIDATE_FLOAT filter and min/max limits, if the filter fails, there is a possibility to trigger use of allocated memory after free, which can result it crashes, and potentially in overwrite of other memory chunks and RCE. This issue affects: code that uses FILTER_VALIDATE_FLOAT with min/max limits." }, { "lang": "es", "value": "En PHP versiones 7.4.x anteriores a 7.4.28, versiones 8.0.x anteriores a 8.0.16 y versiones 8.1.x anteriores a 8.1.3, cuando son usados funciones de filtrado con el filtro FILTER_VALIDATE_FLOAT y los l\u00edmites m\u00ednimo/m\u00e1ximo, si el filtro falla, se presenta la posibilidad de que sea activado el uso de la memoria asignada despu\u00e9s de liberarla, lo que puede resultar en un bloqueo, y potencialmente la sobreescritura de otros trozos de memoria y RCE. Este problema afecta a: el c\u00f3digo que usa FILTER_VALIDATE_FLOAT con l\u00edmites m\u00edn/m\u00e1x." } ], "id": "CVE-2021-21708", "lastModified": "2024-11-21T05:48:52.737", "metrics": { "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": false } ], "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 4.2, "source": "security@php.net", "type": "Secondary" }, { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 5.9, "source": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2022-02-27T08:15:06.817", "references": [ { "source": "security@php.net", "tags": [ "Exploit", "Issue Tracking", "Patch", "Vendor Advisory" ], "url": "https://bugs.php.net/bug.php?id=81708" }, { "source": "security@php.net", "tags": [ "Third Party Advisory" ], "url": "https://security.gentoo.org/glsa/202209-20" }, { "source": "security@php.net", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20220325-0004/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Issue Tracking", "Patch", "Vendor Advisory" ], "url": "https://bugs.php.net/bug.php?id=81708" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://security.gentoo.org/glsa/202209-20" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20220325-0004/" } ], "sourceIdentifier": "security@php.net", "vulnStatus": "Modified", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-416" } ], "source": "security@php.net", "type": "Secondary" }, { "description": [ { "lang": "en", "value": "CWE-416" } ], "source": "nvd@nist.gov", "type": "Primary" } ] }
ssa-455250
Vulnerability from csaf_siemens
Published
2024-04-09 00:00
Modified
2024-05-14 00:00
Summary
SSA-455250: Multiple Vulnerabilities in Palo Alto Networks Virtual NGFW on RUGGEDCOM APE1808 devices
Notes
Summary
Palo Alto Networks has published [1] information on vulnerabilities in PAN-OS. This advisory lists the related Siemens Industrial products affected by these vulnerabilities.
Siemens is preparing updates and recommends specific countermeasures for products where updates are not, or not yet available. Customers are advised to consult and implement the workarounds provided in Palo Alto Networks' upstream security notifications.
[1] https://security.paloaltonetworks.com/?version=11.0.1&product=PAN-OS
General Recommendations
As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens' operational guidelines for Industrial Security (Download:
https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.
Additional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity
Additional Resources
For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories
Terms of Use
Siemens Security Advisories are subject to the terms and conditions contained in Siemens' underlying license terms or other applicable agreements previously agreed to with Siemens (hereinafter "License Terms"). To the extent applicable to information, software or documentation made available in or through a Siemens Security Advisory, the Terms of Use of Siemens' Global Website (https://www.siemens.com/terms_of_use, hereinafter "Terms of Use"), in particular Sections 8-10 of the Terms of Use, shall apply additionally. In case of conflicts, the License Terms shall prevail over the Terms of Use.
{ "document": { "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Disclosure is not limited. (TLPv2: TLP:CLEAR)", "tlp": { "label": "WHITE" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Palo Alto Networks has published [1] information on vulnerabilities in PAN-OS. This advisory lists the related Siemens Industrial products affected by these vulnerabilities.\n\nSiemens is preparing updates and recommends specific countermeasures for products where updates are not, or not yet available. Customers are advised to consult and implement the workarounds provided in Palo Alto Networks\u0027 upstream security notifications.\n\n[1] https://security.paloaltonetworks.com/?version=11.0.1\u0026product=PAN-OS", "title": "Summary" }, { "category": "general", "text": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: \nhttps://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "title": "General Recommendations" }, { "category": "general", "text": "For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories", "title": "Additional Resources" }, { "category": "legal_disclaimer", "text": "Siemens Security Advisories are subject to the terms and conditions contained in Siemens\u0027 underlying license terms or other applicable agreements previously agreed to with Siemens (hereinafter \"License Terms\"). To the extent applicable to information, software or documentation made available in or through a Siemens Security Advisory, the Terms of Use of Siemens\u0027 Global Website (https://www.siemens.com/terms_of_use, hereinafter \"Terms of Use\"), in particular Sections 8-10 of the Terms of Use, shall apply additionally. In case of conflicts, the License Terms shall prevail over the Terms of Use.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "productcert@siemens.com", "name": "Siemens ProductCERT", "namespace": "https://www.siemens.com" }, "references": [ { "category": "self", "summary": "SSA-455250: Multiple Vulnerabilities in Palo Alto Networks Virtual NGFW on RUGGEDCOM APE1808 devices - HTML Version", "url": "https://cert-portal.siemens.com/productcert/html/ssa-455250.html" }, { "category": "self", "summary": "SSA-455250: Multiple Vulnerabilities in Palo Alto Networks Virtual NGFW on RUGGEDCOM APE1808 devices - CSAF Version", "url": "https://cert-portal.siemens.com/productcert/csaf/ssa-455250.json" }, { "category": "self", "summary": "SSA-455250: Multiple Vulnerabilities in Palo Alto Networks Virtual NGFW on RUGGEDCOM APE1808 devices - PDF Version", "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-455250.pdf" }, { "category": "self", "summary": "SSA-455250: Multiple Vulnerabilities in Palo Alto Networks Virtual NGFW on RUGGEDCOM APE1808 devices - TXT Version", "url": "https://cert-portal.siemens.com/productcert/txt/ssa-455250.txt" } ], "title": "SSA-455250: Multiple Vulnerabilities in Palo Alto Networks Virtual NGFW on RUGGEDCOM APE1808 devices", "tracking": { "current_release_date": "2024-05-14T00:00:00Z", "generator": { "engine": { "name": "Siemens ProductCERT CSAF Generator", "version": "1" } }, "id": "SSA-455250", "initial_release_date": "2024-04-09T00:00:00Z", "revision_history": [ { "date": "2024-04-09T00:00:00Z", "legacy_version": "1.0", "number": "1", "summary": "Publication Date" }, { "date": "2024-05-14T00:00:00Z", "legacy_version": "1.1", "number": "2", "summary": "Added newly published upstream vulnerabilities: CVE-2017-8923, CVE-2017-9120, CVE-2020-25658, CVE-2021-21708, CVE-2021-43527, CVE-2022-1271, CVE-2022-31676, CVE-2022-3515, CVE-2022-37454, CVE-2022-47629, CVE-2023-0286, CVE-2024-3383, CVE-2024-3386, CVE-2024-3387, CVE-2024-3388, CVE-2024-3400" } ], "status": "final", "version": "2" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version_range", "name": "vers:all/*", "product": { "name": "RUGGEDCOM APE1808", "product_id": "1" } }, { "category": "product_version_range", "name": "All versions with Palo Alto Networks Virtual NGFW configured with support for the CHACHA20-POLY1305 algorithm or any Encrypt-then-MAC algorithms", "product": { "name": "RUGGEDCOM APE1808", "product_id": "2" } }, { "category": "product_version_range", "name": "All versions with Palo Alto Networks Virtual NGFW", "product": { "name": "RUGGEDCOM APE1808", "product_id": "3" } }, { "category": "product_version_range", "name": "All versions with Palo Alto Networks Virtual NGFW that are configured with BGP routing features enabled", "product": { "name": "RUGGEDCOM APE1808", "product_id": "4" } } ], "category": "product_name", "name": "RUGGEDCOM APE1808" } ], "category": "vendor", "name": "Siemens" } ] }, "vulnerabilities": [ { "cve": "CVE-2017-8923", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "The zend_string_extend function in Zend/zend_string.h in PHP through 7.1.5 does not prevent changes to string objects that result in a negative length, which allows remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact by leveraging a script\u0027s use of .= with a long string.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information", "product_ids": [ "1" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2017-8923" }, { "cve": "CVE-2017-9120", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "PHP 7.x through 7.1.5 allows remote attackers to cause a denial of service (buffer overflow and application crash) or possibly have unspecified other impact via a long string because of an Integer overflow in mysqli_real_escape_string.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information", "product_ids": [ "1" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2017-9120" }, { "cve": "CVE-2020-25658", "cwe": { "id": "CWE-385", "name": "Covert Timing Channel" }, "notes": [ { "category": "summary", "text": "It was found that python-rsa is vulnerable to Bleichenbacher timing attacks. An attacker can use this flaw via the RSA decryption API to decrypt parts of the cipher text encrypted with RSA.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information", "product_ids": [ "1" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2020-25658" }, { "cve": "CVE-2021-21708", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "In PHP versions 7.4.x below 7.4.28, 8.0.x below 8.0.16, and 8.1.x below 8.1.3, when using filter functions with FILTER_VALIDATE_FLOAT filter and min/max limits, if the filter fails, there is a possibility to trigger use of allocated memory after free, which can result it crashes, and potentially in overwrite of other memory chunks and RCE. This issue affects: code that uses FILTER_VALIDATE_FLOAT with min/max limits.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information", "product_ids": [ "1" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.2, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2021-21708" }, { "cve": "CVE-2021-43527", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "NSS (Network Security Services) versions prior to 3.73 or 3.68.1 ESR are vulnerable to a heap overflow when handling DER-encoded DSA or RSA-PSS signatures. Applications using NSS for handling signatures encoded within CMS, S/MIME, PKCS #7, or PKCS #12 are likely to be impacted. Applications using NSS for certificate validation or other TLS, X.509, OCSP or CRL functionality may be impacted, depending on how they configure NSS. Note: This vulnerability does NOT impact Mozilla Firefox. However, email clients and PDF viewers that use NSS for signature verification, such as Thunderbird, LibreOffice, Evolution and Evince are believed to be impacted. This vulnerability affects NSS \u003c 3.73 and NSS \u003c 3.68.1.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information", "product_ids": [ "1" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2021-43527" }, { "cve": "CVE-2022-1271", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "An arbitrary file write vulnerability was found in GNU gzip\u0027s zgrep utility. When zgrep is applied on the attacker\u0027s chosen file name (for example, a crafted file name), this can overwrite an attacker\u0027s content to an arbitrary attacker-selected file. This flaw occurs due to insufficient validation when processing filenames with two or more newlines where selected content and the target file names are embedded in crafted multi-line file names. This flaw allows a remote, low privileged attacker to force zgrep to write arbitrary files on the system.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information", "product_ids": [ "1" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2022-1271" }, { "cve": "CVE-2022-3515", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "A vulnerability was found in the Libksba library due to an integer overflow within the CRL parser. The vulnerability can be exploited remotely for code execution on the target system by passing specially crafted data to the application, for example, a malicious S/MIME attachment.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information", "product_ids": [ "1" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2022-3515" }, { "cve": "CVE-2022-31676", "cwe": { "id": "CWE-269", "name": "Improper Privilege Management" }, "notes": [ { "category": "summary", "text": "VMware Tools (12.0.0, 11.x.y and 10.x.y) contains a local privilege escalation vulnerability. A malicious actor with local non-administrative access to the Guest OS can escalate privileges as a root user in the virtual machine.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information", "product_ids": [ "1" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2022-31676" }, { "cve": "CVE-2022-37454", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "The Keccak XKCP SHA-3 reference implementation before fdc6fef has an integer overflow and resultant buffer overflow that allows attackers to execute arbitrary code or eliminate expected cryptographic properties. This occurs in the sponge function interface.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information", "product_ids": [ "1" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2022-37454" }, { "cve": "CVE-2022-47629", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "Libksba before 1.6.3 is prone to an integer overflow vulnerability in the CRL signature parser.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information", "product_ids": [ "1" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2022-47629" }, { "cve": "CVE-2023-0286", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "There is a type confusion vulnerability relating to X.400 address processing inside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but the public structure definition for GENERAL_NAME incorrectly specified the type of the x400Address field as ASN1_TYPE. This field is subsequently interpreted by the OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an ASN1_STRING. When CRL checking is enabled (i.e. the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or enact a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, neither of which need to have a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. As such, this vulnerability is most likely to only affect applications which have implemented their own functionality for retrieving CRLs over a network.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information", "product_ids": [ "1" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H/E:U/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-0286" }, { "cve": "CVE-2023-6789", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "notes": [ { "category": "summary", "text": "A cross-site scripting (XSS) vulnerability in Palo Alto Networks PAN-OS software enables a malicious authenticated read-write administrator to store a JavaScript payload using the web interface. Then, when viewed by a properly authenticated administrator, the JavaScript payload executes and disguises all associated actions as performed by that unsuspecting authenticated administrator.", "title": "Summary" } ], "product_status": { "known_affected": [ "3" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information.", "product_ids": [ "3" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.8, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "3" ] } ], "title": "CVE-2023-6789" }, { "cve": "CVE-2023-6793", "cwe": { "id": "CWE-269", "name": "Improper Privilege Management" }, "notes": [ { "category": "summary", "text": "An improper privilege management vulnerability in Palo Alto Networks PAN-OS software enables an authenticated read-only administrator to revoke active XML API keys from the firewall and disrupt XML API usage.", "title": "Summary" } ], "product_status": { "known_affected": [ "3" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information.", "product_ids": [ "3" ] } ], "scores": [ { "cvss_v3": { "baseScore": 2.7, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "3" ] } ], "title": "CVE-2023-6793" }, { "cve": "CVE-2023-38802", "cwe": { "id": "CWE-754", "name": "Improper Check for Unusual or Exceptional Conditions" }, "notes": [ { "category": "summary", "text": "FRRouting FRR 7.5.1 through 9.0 and Pica8 PICOS 4.3.3.2 allow a remote attacker to cause a denial of service via a crafted BGP update with a corrupted attribute 23 (Tunnel Encapsulation)", "title": "Summary" } ], "product_status": { "known_affected": [ "4" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information.", "product_ids": [ "4" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "4" ] } ], "title": "CVE-2023-38802" }, { "cve": "CVE-2023-48795", "cwe": { "id": "CWE-222", "name": "Truncation of Security-relevant Information" }, "notes": [ { "category": "summary", "text": "The SSH transport protocol with certain OpenSSH extensions, found in OpenSSH before 9.6 and other products, allows remote attackers to bypass integrity checks such that some packets are omitted (from the extension negotiation message), and a client and server may consequently end up with a connection for which some security features have been downgraded or disabled, aka a Terrapin attack. This occurs because the SSH Binary Packet Protocol (BPP), implemented by these extensions, mishandles the handshake phase and mishandles use of sequence numbers. For example, there is an effective attack against SSH\u0027s use of ChaCha20-Poly1305 (and CBC with Encrypt-then-MAC). The bypass occurs in chacha20-poly1305@openssh.com and (if CBC is used) the -etm@openssh.com MAC algorithms. This also affects Maverick Synergy Java SSH API before 3.1.0-SNAPSHOT, Dropbear through 2022.83, Ssh before 5.1.1 in Erlang/OTP, PuTTY before 0.80, AsyncSSH before 2.14.2, golang.org/x/crypto before 0.17.0, libssh before 0.10.6, libssh2 through 1.11.0, Thorn Tech SFTP Gateway before 3.4.6, Tera Term before 5.1, Paramiko before 3.4.0, jsch before 0.2.15, SFTPGo before 2.5.6, Netgate pfSense Plus through 23.09.1, Netgate pfSense CE through 2.7.2, HPN-SSH through 18.2.0, ProFTPD before 1.3.8b (and before1.3.9rc2), ORYX CycloneSSH before 2.3.4, NetSarang XShell 7 before Build 0144, CrushFTP before 10.6.0, ConnectBot SSH library before 2.2.22, Apache MINA sshd through 2.11.0, sshj through 0.37.0, TinySSH through 20230101, trilead-ssh2 6401, the net-ssh gem 7.2.0 for Ruby, the mscdex ssh2 module before 1.15.0 for Node.js, the thrussh library before 0.35.1 for Rust, and the Russh crate before 0.40.2 for Rust; and there could be effects on Bitvise SSH through 9.31.", "title": "Summary" } ], "product_status": { "known_affected": [ "2" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information", "product_ids": [ "2" ] }, { "category": "workaround", "details": "CVE-2023-48795: Customers can resolve this issue by configuring the in-use SSH profile to contain at least one cipher and at least one MAC algorithm, which removes support for CHACHA20-POLY1305 and all Encrypt-then-MAC algorithms available (ciphers with -etm in the name) in PAN-OS software. See Palo Alto Networks\u0027 upstream documentation \nhttps://security.paloaltonetworks.com/CVE-2023-48795 for additional guidance", "product_ids": [ "2" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "2" ] } ], "title": "CVE-2023-48795" }, { "cve": "CVE-2024-0008", "cwe": { "id": "CWE-613", "name": "Insufficient Session Expiration" }, "notes": [ { "category": "summary", "text": "Web sessions in the management interface in Palo Alto Networks PAN-OS software do not expire in certain situations, making it susceptible to unauthorized access.", "title": "Summary" } ], "product_status": { "known_affected": [ "3" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information.", "product_ids": [ "3" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "3" ] } ], "title": "CVE-2024-0008" }, { "cve": "CVE-2024-3383", "cwe": { "id": "CWE-282", "name": "Improper Ownership Management" }, "notes": [ { "category": "summary", "text": "A vulnerability in how Palo Alto Networks PAN-OS software processes data received from Cloud Identity Engine (CIE) agents enables modification of User-ID groups. This impacts user access to network resources where users may be inappropriately denied or allowed access to resources based on your existing Security Policy rules.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information", "product_ids": [ "1" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:H", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2024-3383" }, { "cve": "CVE-2024-3386", "cwe": { "id": "CWE-436", "name": "Interpretation Conflict" }, "notes": [ { "category": "summary", "text": "An incorrect string comparison vulnerability in Palo Alto Networks PAN-OS software prevents Predefined Decryption Exclusions from functioning as intended. This can cause traffic destined for domains that are not specified in Predefined Decryption Exclusions to be unintentionally excluded from decryption.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information", "product_ids": [ "1" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2024-3386" }, { "cve": "CVE-2024-3387", "cwe": { "id": "CWE-326", "name": "Inadequate Encryption Strength" }, "notes": [ { "category": "summary", "text": "A weak (low bit strength) device certificate in Palo Alto Networks Panorama software enables an attacker to perform a meddler-in-the-middle (MitM) attack to capture encrypted traffic between the Panorama management server and the firewalls it manages. With sufficient computing resources, the attacker could break encrypted communication and expose sensitive information that is shared between the management server and the firewalls.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information", "product_ids": [ "1" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2024-3387" }, { "cve": "CVE-2024-3388", "cwe": { "id": "CWE-269", "name": "Improper Privilege Management" }, "notes": [ { "category": "summary", "text": "A vulnerability in the GlobalProtect Gateway in Palo Alto Networks PAN-OS software enables an authenticated attacker to impersonate another user and send network packets to internal assets. However, this vulnerability does not allow the attacker to receive response packets from those internal assets.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information", "product_ids": [ "1" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2024-3388" } ] }
SSA-455250
Vulnerability from csaf_siemens
Published
2024-04-09 00:00
Modified
2024-05-14 00:00
Summary
SSA-455250: Multiple Vulnerabilities in Palo Alto Networks Virtual NGFW on RUGGEDCOM APE1808 devices
Notes
Summary
Palo Alto Networks has published [1] information on vulnerabilities in PAN-OS. This advisory lists the related Siemens Industrial products affected by these vulnerabilities.
Siemens is preparing updates and recommends specific countermeasures for products where updates are not, or not yet available. Customers are advised to consult and implement the workarounds provided in Palo Alto Networks' upstream security notifications.
[1] https://security.paloaltonetworks.com/?version=11.0.1&product=PAN-OS
General Recommendations
As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens' operational guidelines for Industrial Security (Download:
https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.
Additional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity
Additional Resources
For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories
Terms of Use
Siemens Security Advisories are subject to the terms and conditions contained in Siemens' underlying license terms or other applicable agreements previously agreed to with Siemens (hereinafter "License Terms"). To the extent applicable to information, software or documentation made available in or through a Siemens Security Advisory, the Terms of Use of Siemens' Global Website (https://www.siemens.com/terms_of_use, hereinafter "Terms of Use"), in particular Sections 8-10 of the Terms of Use, shall apply additionally. In case of conflicts, the License Terms shall prevail over the Terms of Use.
{ "document": { "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Disclosure is not limited. (TLPv2: TLP:CLEAR)", "tlp": { "label": "WHITE" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Palo Alto Networks has published [1] information on vulnerabilities in PAN-OS. This advisory lists the related Siemens Industrial products affected by these vulnerabilities.\n\nSiemens is preparing updates and recommends specific countermeasures for products where updates are not, or not yet available. Customers are advised to consult and implement the workarounds provided in Palo Alto Networks\u0027 upstream security notifications.\n\n[1] https://security.paloaltonetworks.com/?version=11.0.1\u0026product=PAN-OS", "title": "Summary" }, { "category": "general", "text": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: \nhttps://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "title": "General Recommendations" }, { "category": "general", "text": "For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories", "title": "Additional Resources" }, { "category": "legal_disclaimer", "text": "Siemens Security Advisories are subject to the terms and conditions contained in Siemens\u0027 underlying license terms or other applicable agreements previously agreed to with Siemens (hereinafter \"License Terms\"). To the extent applicable to information, software or documentation made available in or through a Siemens Security Advisory, the Terms of Use of Siemens\u0027 Global Website (https://www.siemens.com/terms_of_use, hereinafter \"Terms of Use\"), in particular Sections 8-10 of the Terms of Use, shall apply additionally. In case of conflicts, the License Terms shall prevail over the Terms of Use.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "productcert@siemens.com", "name": "Siemens ProductCERT", "namespace": "https://www.siemens.com" }, "references": [ { "category": "self", "summary": "SSA-455250: Multiple Vulnerabilities in Palo Alto Networks Virtual NGFW on RUGGEDCOM APE1808 devices - HTML Version", "url": "https://cert-portal.siemens.com/productcert/html/ssa-455250.html" }, { "category": "self", "summary": "SSA-455250: Multiple Vulnerabilities in Palo Alto Networks Virtual NGFW on RUGGEDCOM APE1808 devices - CSAF Version", "url": "https://cert-portal.siemens.com/productcert/csaf/ssa-455250.json" }, { "category": "self", "summary": "SSA-455250: Multiple Vulnerabilities in Palo Alto Networks Virtual NGFW on RUGGEDCOM APE1808 devices - PDF Version", "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-455250.pdf" }, { "category": "self", "summary": "SSA-455250: Multiple Vulnerabilities in Palo Alto Networks Virtual NGFW on RUGGEDCOM APE1808 devices - TXT Version", "url": "https://cert-portal.siemens.com/productcert/txt/ssa-455250.txt" } ], "title": "SSA-455250: Multiple Vulnerabilities in Palo Alto Networks Virtual NGFW on RUGGEDCOM APE1808 devices", "tracking": { "current_release_date": "2024-05-14T00:00:00Z", "generator": { "engine": { "name": "Siemens ProductCERT CSAF Generator", "version": "1" } }, "id": "SSA-455250", "initial_release_date": "2024-04-09T00:00:00Z", "revision_history": [ { "date": "2024-04-09T00:00:00Z", "legacy_version": "1.0", "number": "1", "summary": "Publication Date" }, { "date": "2024-05-14T00:00:00Z", "legacy_version": "1.1", "number": "2", "summary": "Added newly published upstream vulnerabilities: CVE-2017-8923, CVE-2017-9120, CVE-2020-25658, CVE-2021-21708, CVE-2021-43527, CVE-2022-1271, CVE-2022-31676, CVE-2022-3515, CVE-2022-37454, CVE-2022-47629, CVE-2023-0286, CVE-2024-3383, CVE-2024-3386, CVE-2024-3387, CVE-2024-3388, CVE-2024-3400" } ], "status": "final", "version": "2" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version_range", "name": "vers:all/*", "product": { "name": "RUGGEDCOM APE1808", "product_id": "1" } }, { "category": "product_version_range", "name": "All versions with Palo Alto Networks Virtual NGFW configured with support for the CHACHA20-POLY1305 algorithm or any Encrypt-then-MAC algorithms", "product": { "name": "RUGGEDCOM APE1808", "product_id": "2" } }, { "category": "product_version_range", "name": "All versions with Palo Alto Networks Virtual NGFW", "product": { "name": "RUGGEDCOM APE1808", "product_id": "3" } }, { "category": "product_version_range", "name": "All versions with Palo Alto Networks Virtual NGFW that are configured with BGP routing features enabled", "product": { "name": "RUGGEDCOM APE1808", "product_id": "4" } } ], "category": "product_name", "name": "RUGGEDCOM APE1808" } ], "category": "vendor", "name": "Siemens" } ] }, "vulnerabilities": [ { "cve": "CVE-2017-8923", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "The zend_string_extend function in Zend/zend_string.h in PHP through 7.1.5 does not prevent changes to string objects that result in a negative length, which allows remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact by leveraging a script\u0027s use of .= with a long string.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information", "product_ids": [ "1" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2017-8923" }, { "cve": "CVE-2017-9120", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "PHP 7.x through 7.1.5 allows remote attackers to cause a denial of service (buffer overflow and application crash) or possibly have unspecified other impact via a long string because of an Integer overflow in mysqli_real_escape_string.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information", "product_ids": [ "1" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2017-9120" }, { "cve": "CVE-2020-25658", "cwe": { "id": "CWE-385", "name": "Covert Timing Channel" }, "notes": [ { "category": "summary", "text": "It was found that python-rsa is vulnerable to Bleichenbacher timing attacks. An attacker can use this flaw via the RSA decryption API to decrypt parts of the cipher text encrypted with RSA.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information", "product_ids": [ "1" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2020-25658" }, { "cve": "CVE-2021-21708", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "In PHP versions 7.4.x below 7.4.28, 8.0.x below 8.0.16, and 8.1.x below 8.1.3, when using filter functions with FILTER_VALIDATE_FLOAT filter and min/max limits, if the filter fails, there is a possibility to trigger use of allocated memory after free, which can result it crashes, and potentially in overwrite of other memory chunks and RCE. This issue affects: code that uses FILTER_VALIDATE_FLOAT with min/max limits.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information", "product_ids": [ "1" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.2, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2021-21708" }, { "cve": "CVE-2021-43527", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "NSS (Network Security Services) versions prior to 3.73 or 3.68.1 ESR are vulnerable to a heap overflow when handling DER-encoded DSA or RSA-PSS signatures. Applications using NSS for handling signatures encoded within CMS, S/MIME, PKCS #7, or PKCS #12 are likely to be impacted. Applications using NSS for certificate validation or other TLS, X.509, OCSP or CRL functionality may be impacted, depending on how they configure NSS. Note: This vulnerability does NOT impact Mozilla Firefox. However, email clients and PDF viewers that use NSS for signature verification, such as Thunderbird, LibreOffice, Evolution and Evince are believed to be impacted. This vulnerability affects NSS \u003c 3.73 and NSS \u003c 3.68.1.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information", "product_ids": [ "1" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2021-43527" }, { "cve": "CVE-2022-1271", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "An arbitrary file write vulnerability was found in GNU gzip\u0027s zgrep utility. When zgrep is applied on the attacker\u0027s chosen file name (for example, a crafted file name), this can overwrite an attacker\u0027s content to an arbitrary attacker-selected file. This flaw occurs due to insufficient validation when processing filenames with two or more newlines where selected content and the target file names are embedded in crafted multi-line file names. This flaw allows a remote, low privileged attacker to force zgrep to write arbitrary files on the system.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information", "product_ids": [ "1" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2022-1271" }, { "cve": "CVE-2022-3515", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "A vulnerability was found in the Libksba library due to an integer overflow within the CRL parser. The vulnerability can be exploited remotely for code execution on the target system by passing specially crafted data to the application, for example, a malicious S/MIME attachment.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information", "product_ids": [ "1" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2022-3515" }, { "cve": "CVE-2022-31676", "cwe": { "id": "CWE-269", "name": "Improper Privilege Management" }, "notes": [ { "category": "summary", "text": "VMware Tools (12.0.0, 11.x.y and 10.x.y) contains a local privilege escalation vulnerability. A malicious actor with local non-administrative access to the Guest OS can escalate privileges as a root user in the virtual machine.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information", "product_ids": [ "1" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2022-31676" }, { "cve": "CVE-2022-37454", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "The Keccak XKCP SHA-3 reference implementation before fdc6fef has an integer overflow and resultant buffer overflow that allows attackers to execute arbitrary code or eliminate expected cryptographic properties. This occurs in the sponge function interface.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information", "product_ids": [ "1" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2022-37454" }, { "cve": "CVE-2022-47629", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "Libksba before 1.6.3 is prone to an integer overflow vulnerability in the CRL signature parser.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information", "product_ids": [ "1" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2022-47629" }, { "cve": "CVE-2023-0286", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "There is a type confusion vulnerability relating to X.400 address processing inside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but the public structure definition for GENERAL_NAME incorrectly specified the type of the x400Address field as ASN1_TYPE. This field is subsequently interpreted by the OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an ASN1_STRING. When CRL checking is enabled (i.e. the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or enact a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, neither of which need to have a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. As such, this vulnerability is most likely to only affect applications which have implemented their own functionality for retrieving CRLs over a network.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information", "product_ids": [ "1" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H/E:U/RL:O/RC:C", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2023-0286" }, { "cve": "CVE-2023-6789", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "notes": [ { "category": "summary", "text": "A cross-site scripting (XSS) vulnerability in Palo Alto Networks PAN-OS software enables a malicious authenticated read-write administrator to store a JavaScript payload using the web interface. Then, when viewed by a properly authenticated administrator, the JavaScript payload executes and disguises all associated actions as performed by that unsuspecting authenticated administrator.", "title": "Summary" } ], "product_status": { "known_affected": [ "3" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information.", "product_ids": [ "3" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.8, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "3" ] } ], "title": "CVE-2023-6789" }, { "cve": "CVE-2023-6793", "cwe": { "id": "CWE-269", "name": "Improper Privilege Management" }, "notes": [ { "category": "summary", "text": "An improper privilege management vulnerability in Palo Alto Networks PAN-OS software enables an authenticated read-only administrator to revoke active XML API keys from the firewall and disrupt XML API usage.", "title": "Summary" } ], "product_status": { "known_affected": [ "3" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information.", "product_ids": [ "3" ] } ], "scores": [ { "cvss_v3": { "baseScore": 2.7, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "3" ] } ], "title": "CVE-2023-6793" }, { "cve": "CVE-2023-38802", "cwe": { "id": "CWE-754", "name": "Improper Check for Unusual or Exceptional Conditions" }, "notes": [ { "category": "summary", "text": "FRRouting FRR 7.5.1 through 9.0 and Pica8 PICOS 4.3.3.2 allow a remote attacker to cause a denial of service via a crafted BGP update with a corrupted attribute 23 (Tunnel Encapsulation)", "title": "Summary" } ], "product_status": { "known_affected": [ "4" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information.", "product_ids": [ "4" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "4" ] } ], "title": "CVE-2023-38802" }, { "cve": "CVE-2023-48795", "cwe": { "id": "CWE-222", "name": "Truncation of Security-relevant Information" }, "notes": [ { "category": "summary", "text": "The SSH transport protocol with certain OpenSSH extensions, found in OpenSSH before 9.6 and other products, allows remote attackers to bypass integrity checks such that some packets are omitted (from the extension negotiation message), and a client and server may consequently end up with a connection for which some security features have been downgraded or disabled, aka a Terrapin attack. This occurs because the SSH Binary Packet Protocol (BPP), implemented by these extensions, mishandles the handshake phase and mishandles use of sequence numbers. For example, there is an effective attack against SSH\u0027s use of ChaCha20-Poly1305 (and CBC with Encrypt-then-MAC). The bypass occurs in chacha20-poly1305@openssh.com and (if CBC is used) the -etm@openssh.com MAC algorithms. This also affects Maverick Synergy Java SSH API before 3.1.0-SNAPSHOT, Dropbear through 2022.83, Ssh before 5.1.1 in Erlang/OTP, PuTTY before 0.80, AsyncSSH before 2.14.2, golang.org/x/crypto before 0.17.0, libssh before 0.10.6, libssh2 through 1.11.0, Thorn Tech SFTP Gateway before 3.4.6, Tera Term before 5.1, Paramiko before 3.4.0, jsch before 0.2.15, SFTPGo before 2.5.6, Netgate pfSense Plus through 23.09.1, Netgate pfSense CE through 2.7.2, HPN-SSH through 18.2.0, ProFTPD before 1.3.8b (and before1.3.9rc2), ORYX CycloneSSH before 2.3.4, NetSarang XShell 7 before Build 0144, CrushFTP before 10.6.0, ConnectBot SSH library before 2.2.22, Apache MINA sshd through 2.11.0, sshj through 0.37.0, TinySSH through 20230101, trilead-ssh2 6401, the net-ssh gem 7.2.0 for Ruby, the mscdex ssh2 module before 1.15.0 for Node.js, the thrussh library before 0.35.1 for Rust, and the Russh crate before 0.40.2 for Rust; and there could be effects on Bitvise SSH through 9.31.", "title": "Summary" } ], "product_status": { "known_affected": [ "2" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information", "product_ids": [ "2" ] }, { "category": "workaround", "details": "CVE-2023-48795: Customers can resolve this issue by configuring the in-use SSH profile to contain at least one cipher and at least one MAC algorithm, which removes support for CHACHA20-POLY1305 and all Encrypt-then-MAC algorithms available (ciphers with -etm in the name) in PAN-OS software. See Palo Alto Networks\u0027 upstream documentation \nhttps://security.paloaltonetworks.com/CVE-2023-48795 for additional guidance", "product_ids": [ "2" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "2" ] } ], "title": "CVE-2023-48795" }, { "cve": "CVE-2024-0008", "cwe": { "id": "CWE-613", "name": "Insufficient Session Expiration" }, "notes": [ { "category": "summary", "text": "Web sessions in the management interface in Palo Alto Networks PAN-OS software do not expire in certain situations, making it susceptible to unauthorized access.", "title": "Summary" } ], "product_status": { "known_affected": [ "3" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information.", "product_ids": [ "3" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "3" ] } ], "title": "CVE-2024-0008" }, { "cve": "CVE-2024-3383", "cwe": { "id": "CWE-282", "name": "Improper Ownership Management" }, "notes": [ { "category": "summary", "text": "A vulnerability in how Palo Alto Networks PAN-OS software processes data received from Cloud Identity Engine (CIE) agents enables modification of User-ID groups. This impacts user access to network resources where users may be inappropriately denied or allowed access to resources based on your existing Security Policy rules.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information", "product_ids": [ "1" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:H", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2024-3383" }, { "cve": "CVE-2024-3386", "cwe": { "id": "CWE-436", "name": "Interpretation Conflict" }, "notes": [ { "category": "summary", "text": "An incorrect string comparison vulnerability in Palo Alto Networks PAN-OS software prevents Predefined Decryption Exclusions from functioning as intended. This can cause traffic destined for domains that are not specified in Predefined Decryption Exclusions to be unintentionally excluded from decryption.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information", "product_ids": [ "1" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2024-3386" }, { "cve": "CVE-2024-3387", "cwe": { "id": "CWE-326", "name": "Inadequate Encryption Strength" }, "notes": [ { "category": "summary", "text": "A weak (low bit strength) device certificate in Palo Alto Networks Panorama software enables an attacker to perform a meddler-in-the-middle (MitM) attack to capture encrypted traffic between the Panorama management server and the firewalls it manages. With sufficient computing resources, the attacker could break encrypted communication and expose sensitive information that is shared between the management server and the firewalls.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information", "product_ids": [ "1" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2024-3387" }, { "cve": "CVE-2024-3388", "cwe": { "id": "CWE-269", "name": "Improper Privilege Management" }, "notes": [ { "category": "summary", "text": "A vulnerability in the GlobalProtect Gateway in Palo Alto Networks PAN-OS software enables an authenticated attacker to impersonate another user and send network packets to internal assets. However, this vulnerability does not allow the attacker to receive response packets from those internal assets.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Contact customer support to receive patch and update information", "product_ids": [ "1" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2024-3388" } ] }
WID-SEC-W-2023-1737
Vulnerability from csaf_certbund
Published
2023-07-12 22:00
Modified
2023-07-12 22:00
Summary
Juniper Patchday Juli 2023
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
JUNOS ist das "Juniper Network Operating System", das in Juniper Appliances verwendet wird.
SRX Series Services Gateways ist ein Next-Generation Anti-Threat Firewall von Juniper.
Die Juniper MX-Serie ist eine Produktfamilie von Routern.
Die Switches der QFX-Serie von Juniper sichern und automatisieren Netzwerke in Rechenzentren.
Angriff
Ein Angreifer aus dem angrenzenden Netzwerk oder ein entfernter anonymer oder lokaler Angreifer kann mehrere Schwachstellen in verschiedenen Juniper Produkten ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.
Betroffene Betriebssysteme
- BIOS/Firmware
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "JUNOS ist das \"Juniper Network Operating System\", das in Juniper Appliances verwendet wird.\r\nSRX Series Services Gateways ist ein Next-Generation Anti-Threat Firewall von Juniper.\r\nDie Juniper MX-Serie ist eine Produktfamilie von Routern.\r\nDie Switches der QFX-Serie von Juniper sichern und automatisieren Netzwerke in Rechenzentren.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein Angreifer aus dem angrenzenden Netzwerk oder ein entfernter anonymer oder lokaler Angreifer kann mehrere Schwachstellen in verschiedenen Juniper Produkten ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern.", "title": "Angriff" }, { "category": "general", "text": "- BIOS/Firmware", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2023-1737 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1737.json" }, { "category": "self", "summary": "WID-SEC-2023-1737 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1737" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71656" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71659" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71653" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71650" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71660" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71655" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71647" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71643" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71642" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71651" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71640" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71661" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71639" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71662" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71645" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71641" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71636" } ], "source_lang": "en-US", "title": "Juniper Patchday Juli 2023", "tracking": { "current_release_date": "2023-07-12T22:00:00.000+00:00", "generator": { "date": "2024-08-15T17:55:25.536+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2023-1737", "initial_release_date": "2023-07-12T22:00:00.000+00:00", "revision_history": [ { "date": "2023-07-12T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Juniper JUNOS", "product": { "name": "Juniper JUNOS", "product_id": "5930", "product_identification_helper": { "cpe": "cpe:/o:juniper:junos:-" } } }, { "category": "product_name", "name": "Juniper JUNOS Evolved", "product": { "name": "Juniper JUNOS Evolved", "product_id": "T018886", "product_identification_helper": { "cpe": "cpe:/o:juniper:junos:evolved" } } }, { "category": "product_name", "name": "Juniper JUNOS PTX10001-36MR", "product": { "name": "Juniper JUNOS PTX10001-36MR", "product_id": "T028577", "product_identification_helper": { "cpe": "cpe:/o:juniper:junos:ptx10001-36mr" } } }, { "category": "product_name", "name": "Juniper JUNOS PTX10004", "product": { "name": "Juniper JUNOS PTX10004", "product_id": "T028578", "product_identification_helper": { "cpe": "cpe:/o:juniper:junos:ptx10004" } } }, { "category": "product_name", "name": "Juniper JUNOS PTX10008", "product": { "name": "Juniper JUNOS PTX10008", "product_id": "T028579", "product_identification_helper": { "cpe": "cpe:/o:juniper:junos:ptx10008" } } }, { "category": "product_name", "name": "Juniper JUNOS PTX10016", "product": { "name": "Juniper JUNOS PTX10016", "product_id": "T028580", "product_identification_helper": { "cpe": "cpe:/o:juniper:junos:ptx10016" } } }, { "category": "product_name", "name": "Juniper JUNOS Contrail Cloud", "product": { "name": "Juniper JUNOS Contrail Cloud", "product_id": "T028581", "product_identification_helper": { "cpe": "cpe:/o:juniper:junos:contrail_cloud" } } }, { "category": "product_name", "name": "Juniper JUNOS Space", "product": { "name": "Juniper JUNOS Space", "product_id": "T028582", "product_identification_helper": { "cpe": "cpe:/o:juniper:junos:space" } } } ], "category": "product_name", "name": "JUNOS" }, { "category": "product_name", "name": "Juniper MX Series", "product": { "name": "Juniper MX Series", "product_id": "918766", "product_identification_helper": { "cpe": "cpe:/h:juniper:mx:-" } } }, { "category": "product_name", "name": "Juniper QFX Series 10000", "product": { "name": "Juniper QFX Series 10000", "product_id": "T027256", "product_identification_helper": { "cpe": "cpe:/h:juniper:qfx:qfx10000" } } }, { "branches": [ { "category": "product_name", "name": "Juniper SRX Series", "product": { "name": "Juniper SRX Series", "product_id": "T008011", "product_identification_helper": { "cpe": "cpe:/h:juniper:srx_service_gateways:-" } } }, { "category": "product_name", "name": "Juniper SRX Series 5000", "product": { "name": "Juniper SRX Series 5000", "product_id": "T025822", "product_identification_helper": { "cpe": "cpe:/h:juniper:srx_service_gateways:5000" } } }, { "category": "product_name", "name": "Juniper SRX Series 4600", "product": { "name": "Juniper SRX Series 4600", "product_id": "T028576", "product_identification_helper": { "cpe": "cpe:/h:juniper:srx_service_gateways:4600" } } } ], "category": "product_name", "name": "SRX Series" } ], "category": "vendor", "name": "Juniper" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-36850", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2023-36850" }, { "cve": "CVE-2023-36849", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2023-36849" }, { "cve": "CVE-2023-36848", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2023-36848" }, { "cve": "CVE-2023-36840", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2023-36840" }, { "cve": "CVE-2023-36838", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2023-36838" }, { "cve": "CVE-2023-36836", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2023-36836" }, { "cve": "CVE-2023-36835", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2023-36835" }, { "cve": "CVE-2023-36834", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2023-36834" }, { "cve": "CVE-2023-36833", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2023-36833" }, { "cve": "CVE-2023-36832", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2023-36832" }, { "cve": "CVE-2023-36831", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2023-36831" }, { "cve": "CVE-2023-28985", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2023-28985" }, { "cve": "CVE-2022-4378", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2022-4378" }, { "cve": "CVE-2022-42898", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2022-42898" }, { "cve": "CVE-2022-42703", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2022-42703" }, { "cve": "CVE-2022-41974", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2022-41974" }, { "cve": "CVE-2022-38023", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2022-38023" }, { "cve": "CVE-2022-3276", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2022-3276" }, { "cve": "CVE-2022-31629", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2022-31629" }, { "cve": "CVE-2022-31628", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2022-31628" }, { "cve": "CVE-2022-31627", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2022-31627" }, { "cve": "CVE-2022-31626", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2022-31626" }, { "cve": "CVE-2022-31625", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2022-31625" }, { "cve": "CVE-2022-30123", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2022-30123" }, { "cve": "CVE-2022-29901", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2022-29901" }, { "cve": "CVE-2022-29900", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2022-29900" }, { "cve": "CVE-2022-2964", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2022-2964" }, { "cve": "CVE-2022-2795", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2022-2795" }, { "cve": "CVE-2022-26373", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2022-26373" }, { "cve": "CVE-2022-2588", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2022-2588" }, { "cve": "CVE-2022-23825", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2022-23825" }, { "cve": "CVE-2021-40085", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2021-40085" }, { "cve": "CVE-2021-26401", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2021-26401" }, { "cve": "CVE-2021-25220", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2021-25220" }, { "cve": "CVE-2021-21708", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2021-21708" }, { "cve": "CVE-2021-21707", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2021-21707" }, { "cve": "CVE-2021-21705", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2021-21705" }, { "cve": "CVE-2021-21704", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2021-21704" }, { "cve": "CVE-2021-21703", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2021-21703" }, { "cve": "CVE-2021-21702", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2021-21702" }, { "cve": "CVE-2020-7071", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2020-7071" }, { "cve": "CVE-2020-13946", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2020-13946" }, { "cve": "CVE-2020-13817", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2020-13817" }, { "cve": "CVE-2020-11868", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2020-11868" }, { "cve": "CVE-2019-11358", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2019-11358" }, { "cve": "CVE-2017-7655", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2017-7655" }, { "cve": "CVE-2017-7654", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2017-7654" }, { "cve": "CVE-2017-7653", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2017-7653" } ] }
WID-SEC-W-2022-1335
Vulnerability from csaf_certbund
Published
2022-09-07 22:00
Modified
2023-05-18 22:00
Summary
Xerox FreeFlow Print Server: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
FreeFlow-Druckserver ist eine Druckserveranwendung für Xerox-Produktionsdrucker, die Flexibilität, umfangreiche Workflow-Optionen und eine Farbverwaltung bietet.
Angriff
Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Xerox FreeFlow Print Server ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
Betroffene Betriebssysteme
- Sonstiges
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "FreeFlow-Druckserver ist eine Druckserveranwendung f\u00fcr Xerox-Produktionsdrucker, die Flexibilit\u00e4t, umfangreiche Workflow-Optionen und eine Farbverwaltung bietet.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Xerox FreeFlow Print Server ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden.", "title": "Angriff" }, { "category": "general", "text": "- Sonstiges", "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-2022-1335 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2022/wid-sec-w-2022-1335.json" }, { "category": "self", "summary": "WID-SEC-2022-1335 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-1335" }, { "category": "external", "summary": "XEROX Security Advisory XRX23-007 vom 2023-05-18", "url": "https://security.business.xerox.com/wp-content/uploads/2023/05/Xerox-Security-Bulletin-XRX23-007-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v7.pdf" }, { "category": "external", "summary": "XEROX Security Advisory XRX23-005 vom 2023-04-04", "url": "https://security.business.xerox.com/wp-content/uploads/2023/04/Xerox-Security-Bulletin-XRX23-005-Xerox%25C2%25AE-FreeFlow%25C2%25AE-Print-Server-v9.pdf" }, { "category": "external", "summary": "Xerox Security Bulletin XRX22-021 vom 2022-09-07", "url": "https://securitydocs.business.xerox.com/wp-content/uploads/2022/09/Xerox-Security-Bulletin-XRX22-021-FreeFlow-Print-Server-v9.pdf" } ], "source_lang": "en-US", "title": "Xerox FreeFlow Print Server: Mehrere Schwachstellen", "tracking": { "current_release_date": "2023-05-18T22:00:00.000+00:00", "generator": { "date": "2024-08-15T17:34:44.234+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2022-1335", "initial_release_date": "2022-09-07T22:00:00.000+00:00", "revision_history": [ { "date": "2022-09-07T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-04-03T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von XEROX aufgenommen" }, { "date": "2023-05-18T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von XEROX aufgenommen" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Xerox FreeFlow Print Server 7", "product": { "name": "Xerox FreeFlow Print Server 7", "product_id": "T000872", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:7" } } }, { "category": "product_name", "name": "Xerox FreeFlow Print Server 9", "product": { "name": "Xerox FreeFlow Print Server 9", "product_id": "T002977", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:9" } } }, { "category": "product_name", "name": "Xerox FreeFlow Print Server v9", "product": { "name": "Xerox FreeFlow Print Server v9", "product_id": "T015632", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:v9" } } } ], "category": "product_name", "name": "FreeFlow Print Server" } ], "category": "vendor", "name": "Xerox" } ] }, "vulnerabilities": [ { "cve": "CVE-2018-25032", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2018-25032" }, { "cve": "CVE-2019-19906", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2019-19906" }, { "cve": "CVE-2020-0499", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2020-0499" }, { "cve": "CVE-2020-25717", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2020-25717" }, { "cve": "CVE-2020-29651", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2020-29651" }, { "cve": "CVE-2021-0561", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-0561" }, { "cve": "CVE-2021-21708", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-21708" }, { "cve": "CVE-2021-22946", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-22946" }, { "cve": "CVE-2021-25220", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-25220" }, { "cve": "CVE-2021-29923", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-29923" }, { "cve": "CVE-2021-30809", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-30809" }, { "cve": "CVE-2021-30818", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-30818" }, { "cve": "CVE-2021-30823", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-30823" }, { "cve": "CVE-2021-30836", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-30836" }, { "cve": "CVE-2021-30884", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-30884" }, { "cve": "CVE-2021-30887", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-30887" }, { "cve": "CVE-2021-30888", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-30888" }, { "cve": "CVE-2021-30889", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-30889" }, { "cve": "CVE-2021-30890", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-30890" }, { "cve": "CVE-2021-30897", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-30897" }, { "cve": "CVE-2021-30934", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-30934" }, { "cve": "CVE-2021-30936", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-30936" }, { "cve": "CVE-2021-30951", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-30951" }, { "cve": "CVE-2021-30952", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-30952" }, { "cve": "CVE-2021-30953", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-30953" }, { "cve": "CVE-2021-30954", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-30954" }, { "cve": "CVE-2021-30984", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-30984" }, { "cve": "CVE-2021-3448", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-3448" }, { "cve": "CVE-2021-34558", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-34558" }, { "cve": "CVE-2021-36221", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-36221" }, { "cve": "CVE-2021-4115", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-4115" }, { "cve": "CVE-2021-4136", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-4136" }, { "cve": "CVE-2021-4166", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-4166" }, { "cve": "CVE-2021-4173", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-4173" }, { "cve": "CVE-2021-41771", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-41771" }, { "cve": "CVE-2021-41772", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-41772" }, { "cve": "CVE-2021-4187", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-4187" }, { "cve": "CVE-2021-4192", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-4192" }, { "cve": "CVE-2021-4193", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-4193" }, { "cve": "CVE-2021-4217", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-4217" }, { "cve": "CVE-2021-43519", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-43519" }, { "cve": "CVE-2021-43566", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-43566" }, { "cve": "CVE-2021-44142", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-44142" }, { "cve": "CVE-2021-45444", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-45444" }, { "cve": "CVE-2021-45481", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-45481" }, { "cve": "CVE-2021-45482", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-45482" }, { "cve": "CVE-2021-45483", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-45483" }, { "cve": "CVE-2021-45960", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-45960" }, { "cve": "CVE-2021-46143", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-46143" }, { "cve": "CVE-2022-0128", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0128" }, { "cve": "CVE-2022-0156", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0156" }, { "cve": "CVE-2022-0158", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0158" }, { "cve": "CVE-2022-0261", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0261" }, { "cve": "CVE-2022-0318", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0318" }, { "cve": "CVE-2022-0319", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0319" }, { "cve": "CVE-2022-0336", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0336" }, { "cve": "CVE-2022-0391", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0391" }, { "cve": "CVE-2022-0408", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0408" }, { "cve": "CVE-2022-0413", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0413" }, { "cve": "CVE-2022-0417", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0417" }, { "cve": "CVE-2022-0443", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0443" }, { "cve": "CVE-2022-0554", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0554" }, { "cve": "CVE-2022-0566", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0566" }, { "cve": "CVE-2022-0572", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0572" }, { "cve": "CVE-2022-0629", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0629" }, { "cve": "CVE-2022-0685", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0685" }, { "cve": "CVE-2022-0696", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0696" }, { "cve": "CVE-2022-0714", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0714" }, { "cve": "CVE-2022-0729", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0729" }, { "cve": "CVE-2022-0778", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0778" }, { "cve": "CVE-2022-1097", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-1097" }, { "cve": "CVE-2022-1196", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-1196" }, { "cve": "CVE-2022-1197", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-1197" }, { "cve": "CVE-2022-1271", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-1271" }, { "cve": "CVE-2022-1520", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-1520" }, { "cve": "CVE-2022-1834", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-1834" }, { "cve": "CVE-2022-21245", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21245" }, { "cve": "CVE-2022-21270", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21270" }, { "cve": "CVE-2022-21291", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21291" }, { "cve": "CVE-2022-21303", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21303" }, { "cve": "CVE-2022-21304", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21304" }, { "cve": "CVE-2022-21344", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21344" }, { "cve": "CVE-2022-21349", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21349" }, { "cve": "CVE-2022-21367", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21367" }, { "cve": "CVE-2022-21426", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21426" }, { "cve": "CVE-2022-21434", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21434" }, { "cve": "CVE-2022-21443", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21443" }, { "cve": "CVE-2022-21449", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21449" }, { "cve": "CVE-2022-21476", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21476" }, { "cve": "CVE-2022-21493", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21493" }, { "cve": "CVE-2022-21494", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21494" }, { "cve": "CVE-2022-21496", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21496" }, { "cve": "CVE-2022-21514", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21514" }, { "cve": "CVE-2022-21524", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21524" }, { "cve": "CVE-2022-21533", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21533" }, { "cve": "CVE-2022-21712", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21712" }, { "cve": "CVE-2022-21716", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21716" }, { "cve": "CVE-2022-22589", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-22589" }, { "cve": "CVE-2022-22590", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-22590" }, { "cve": "CVE-2022-22592", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-22592" }, { "cve": "CVE-2022-22620", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-22620" }, { "cve": "CVE-2022-22719", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-22719" }, { "cve": "CVE-2022-22720", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-22720" }, { "cve": "CVE-2022-22721", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-22721" }, { "cve": "CVE-2022-22818", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-22818" }, { "cve": "CVE-2022-22822", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-22822" }, { "cve": "CVE-2022-22823", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-22823" }, { "cve": "CVE-2022-22824", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-22824" }, { "cve": "CVE-2022-22825", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-22825" }, { "cve": "CVE-2022-22826", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-22826" }, { "cve": "CVE-2022-22827", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-22827" }, { "cve": "CVE-2022-23308", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-23308" }, { "cve": "CVE-2022-23772", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-23772" }, { "cve": "CVE-2022-23773", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-23773" }, { "cve": "CVE-2022-23806", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-23806" }, { "cve": "CVE-2022-23833", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-23833" }, { "cve": "CVE-2022-23852", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-23852" }, { "cve": "CVE-2022-23943", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-23943" }, { "cve": "CVE-2022-23990", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-23990" }, { "cve": "CVE-2022-24130", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-24130" }, { "cve": "CVE-2022-24407", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-24407" }, { "cve": "CVE-2022-24675", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-24675" }, { "cve": "CVE-2022-24713", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-24713" }, { "cve": "CVE-2022-24801", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-24801" }, { "cve": "CVE-2022-25235", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-25235" }, { "cve": "CVE-2022-25236", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-25236" }, { "cve": "CVE-2022-25313", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-25313" }, { "cve": "CVE-2022-25314", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-25314" }, { "cve": "CVE-2022-25315", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-25315" }, { "cve": "CVE-2022-25762", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-25762" }, { "cve": "CVE-2022-26381", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-26381" }, { "cve": "CVE-2022-26383", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-26383" }, { "cve": "CVE-2022-26384", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-26384" }, { "cve": "CVE-2022-26386", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-26386" }, { "cve": "CVE-2022-26387", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-26387" }, { "cve": "CVE-2022-26485", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-26485" }, { "cve": "CVE-2022-26486", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-26486" }, { "cve": "CVE-2022-28281", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-28281" }, { "cve": "CVE-2022-28282", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-28282" }, { "cve": "CVE-2022-28285", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-28285" }, { "cve": "CVE-2022-28286", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-28286" }, { "cve": "CVE-2022-28289", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-28289" }, { "cve": "CVE-2022-28327", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-28327" }, { "cve": "CVE-2022-28346", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-28346" }, { "cve": "CVE-2022-28347", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-28347" }, { "cve": "CVE-2022-29824", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-29824" }, { "cve": "CVE-2022-29909", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-29909" }, { "cve": "CVE-2022-29911", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-29911" }, { "cve": "CVE-2022-29912", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-29912" }, { "cve": "CVE-2022-29913", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-29913" }, { "cve": "CVE-2022-29914", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-29914" }, { "cve": "CVE-2022-29916", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-29916" }, { "cve": "CVE-2022-29917", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-29917" }, { "cve": "CVE-2022-31736", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-31736" }, { "cve": "CVE-2022-31737", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-31737" }, { "cve": "CVE-2022-31738", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-31738" }, { "cve": "CVE-2022-31739", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-31739" }, { "cve": "CVE-2022-3174", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-3174" }, { "cve": "CVE-2022-31740", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-31740" }, { "cve": "CVE-2022-31741", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-31741" }, { "cve": "CVE-2022-31742", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-31742" }, { "cve": "CVE-2022-31747", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-31747" }, { "cve": "CVE-2022-4187", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-4187" } ] }
wid-sec-w-2022-1335
Vulnerability from csaf_certbund
Published
2022-09-07 22:00
Modified
2023-05-18 22:00
Summary
Xerox FreeFlow Print Server: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
FreeFlow-Druckserver ist eine Druckserveranwendung für Xerox-Produktionsdrucker, die Flexibilität, umfangreiche Workflow-Optionen und eine Farbverwaltung bietet.
Angriff
Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Xerox FreeFlow Print Server ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
Betroffene Betriebssysteme
- Sonstiges
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "FreeFlow-Druckserver ist eine Druckserveranwendung f\u00fcr Xerox-Produktionsdrucker, die Flexibilit\u00e4t, umfangreiche Workflow-Optionen und eine Farbverwaltung bietet.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Xerox FreeFlow Print Server ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden.", "title": "Angriff" }, { "category": "general", "text": "- Sonstiges", "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-2022-1335 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2022/wid-sec-w-2022-1335.json" }, { "category": "self", "summary": "WID-SEC-2022-1335 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-1335" }, { "category": "external", "summary": "XEROX Security Advisory XRX23-007 vom 2023-05-18", "url": "https://security.business.xerox.com/wp-content/uploads/2023/05/Xerox-Security-Bulletin-XRX23-007-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v7.pdf" }, { "category": "external", "summary": "XEROX Security Advisory XRX23-005 vom 2023-04-04", "url": "https://security.business.xerox.com/wp-content/uploads/2023/04/Xerox-Security-Bulletin-XRX23-005-Xerox%25C2%25AE-FreeFlow%25C2%25AE-Print-Server-v9.pdf" }, { "category": "external", "summary": "Xerox Security Bulletin XRX22-021 vom 2022-09-07", "url": "https://securitydocs.business.xerox.com/wp-content/uploads/2022/09/Xerox-Security-Bulletin-XRX22-021-FreeFlow-Print-Server-v9.pdf" } ], "source_lang": "en-US", "title": "Xerox FreeFlow Print Server: Mehrere Schwachstellen", "tracking": { "current_release_date": "2023-05-18T22:00:00.000+00:00", "generator": { "date": "2024-08-15T17:34:44.234+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2022-1335", "initial_release_date": "2022-09-07T22:00:00.000+00:00", "revision_history": [ { "date": "2022-09-07T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-04-03T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von XEROX aufgenommen" }, { "date": "2023-05-18T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von XEROX aufgenommen" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Xerox FreeFlow Print Server 7", "product": { "name": "Xerox FreeFlow Print Server 7", "product_id": "T000872", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:7" } } }, { "category": "product_name", "name": "Xerox FreeFlow Print Server 9", "product": { "name": "Xerox FreeFlow Print Server 9", "product_id": "T002977", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:9" } } }, { "category": "product_name", "name": "Xerox FreeFlow Print Server v9", "product": { "name": "Xerox FreeFlow Print Server v9", "product_id": "T015632", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:v9" } } } ], "category": "product_name", "name": "FreeFlow Print Server" } ], "category": "vendor", "name": "Xerox" } ] }, "vulnerabilities": [ { "cve": "CVE-2018-25032", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2018-25032" }, { "cve": "CVE-2019-19906", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2019-19906" }, { "cve": "CVE-2020-0499", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2020-0499" }, { "cve": "CVE-2020-25717", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2020-25717" }, { "cve": "CVE-2020-29651", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2020-29651" }, { "cve": "CVE-2021-0561", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-0561" }, { "cve": "CVE-2021-21708", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-21708" }, { "cve": "CVE-2021-22946", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-22946" }, { "cve": "CVE-2021-25220", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-25220" }, { "cve": "CVE-2021-29923", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-29923" }, { "cve": "CVE-2021-30809", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-30809" }, { "cve": "CVE-2021-30818", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-30818" }, { "cve": "CVE-2021-30823", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-30823" }, { "cve": "CVE-2021-30836", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-30836" }, { "cve": "CVE-2021-30884", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-30884" }, { "cve": "CVE-2021-30887", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-30887" }, { "cve": "CVE-2021-30888", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-30888" }, { "cve": "CVE-2021-30889", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-30889" }, { "cve": "CVE-2021-30890", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-30890" }, { "cve": "CVE-2021-30897", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-30897" }, { "cve": "CVE-2021-30934", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-30934" }, { "cve": "CVE-2021-30936", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-30936" }, { "cve": "CVE-2021-30951", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-30951" }, { "cve": "CVE-2021-30952", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-30952" }, { "cve": "CVE-2021-30953", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-30953" }, { "cve": "CVE-2021-30954", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-30954" }, { "cve": "CVE-2021-30984", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-30984" }, { "cve": "CVE-2021-3448", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-3448" }, { "cve": "CVE-2021-34558", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-34558" }, { "cve": "CVE-2021-36221", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-36221" }, { "cve": "CVE-2021-4115", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-4115" }, { "cve": "CVE-2021-4136", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-4136" }, { "cve": "CVE-2021-4166", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-4166" }, { "cve": "CVE-2021-4173", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-4173" }, { "cve": "CVE-2021-41771", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-41771" }, { "cve": "CVE-2021-41772", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-41772" }, { "cve": "CVE-2021-4187", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-4187" }, { "cve": "CVE-2021-4192", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-4192" }, { "cve": "CVE-2021-4193", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-4193" }, { "cve": "CVE-2021-4217", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-4217" }, { "cve": "CVE-2021-43519", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-43519" }, { "cve": "CVE-2021-43566", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-43566" }, { "cve": "CVE-2021-44142", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-44142" }, { "cve": "CVE-2021-45444", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-45444" }, { "cve": "CVE-2021-45481", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-45481" }, { "cve": "CVE-2021-45482", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-45482" }, { "cve": "CVE-2021-45483", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-45483" }, { "cve": "CVE-2021-45960", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-45960" }, { "cve": "CVE-2021-46143", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2021-46143" }, { "cve": "CVE-2022-0128", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0128" }, { "cve": "CVE-2022-0156", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0156" }, { "cve": "CVE-2022-0158", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0158" }, { "cve": "CVE-2022-0261", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0261" }, { "cve": "CVE-2022-0318", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0318" }, { "cve": "CVE-2022-0319", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0319" }, { "cve": "CVE-2022-0336", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0336" }, { "cve": "CVE-2022-0391", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0391" }, { "cve": "CVE-2022-0408", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0408" }, { "cve": "CVE-2022-0413", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0413" }, { "cve": "CVE-2022-0417", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0417" }, { "cve": "CVE-2022-0443", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0443" }, { "cve": "CVE-2022-0554", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0554" }, { "cve": "CVE-2022-0566", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0566" }, { "cve": "CVE-2022-0572", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0572" }, { "cve": "CVE-2022-0629", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0629" }, { "cve": "CVE-2022-0685", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0685" }, { "cve": "CVE-2022-0696", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0696" }, { "cve": "CVE-2022-0714", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0714" }, { "cve": "CVE-2022-0729", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0729" }, { "cve": "CVE-2022-0778", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-0778" }, { "cve": "CVE-2022-1097", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-1097" }, { "cve": "CVE-2022-1196", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-1196" }, { "cve": "CVE-2022-1197", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-1197" }, { "cve": "CVE-2022-1271", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-1271" }, { "cve": "CVE-2022-1520", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-1520" }, { "cve": "CVE-2022-1834", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-1834" }, { "cve": "CVE-2022-21245", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21245" }, { "cve": "CVE-2022-21270", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21270" }, { "cve": "CVE-2022-21291", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21291" }, { "cve": "CVE-2022-21303", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21303" }, { "cve": "CVE-2022-21304", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21304" }, { "cve": "CVE-2022-21344", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21344" }, { "cve": "CVE-2022-21349", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21349" }, { "cve": "CVE-2022-21367", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21367" }, { "cve": "CVE-2022-21426", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21426" }, { "cve": "CVE-2022-21434", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21434" }, { "cve": "CVE-2022-21443", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21443" }, { "cve": "CVE-2022-21449", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21449" }, { "cve": "CVE-2022-21476", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21476" }, { "cve": "CVE-2022-21493", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21493" }, { "cve": "CVE-2022-21494", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21494" }, { "cve": "CVE-2022-21496", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21496" }, { "cve": "CVE-2022-21514", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21514" }, { "cve": "CVE-2022-21524", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21524" }, { "cve": "CVE-2022-21533", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21533" }, { "cve": "CVE-2022-21712", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21712" }, { "cve": "CVE-2022-21716", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-21716" }, { "cve": "CVE-2022-22589", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-22589" }, { "cve": "CVE-2022-22590", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-22590" }, { "cve": "CVE-2022-22592", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-22592" }, { "cve": "CVE-2022-22620", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-22620" }, { "cve": "CVE-2022-22719", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-22719" }, { "cve": "CVE-2022-22720", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-22720" }, { "cve": "CVE-2022-22721", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-22721" }, { "cve": "CVE-2022-22818", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-22818" }, { "cve": "CVE-2022-22822", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-22822" }, { "cve": "CVE-2022-22823", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-22823" }, { "cve": "CVE-2022-22824", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-22824" }, { "cve": "CVE-2022-22825", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-22825" }, { "cve": "CVE-2022-22826", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-22826" }, { "cve": "CVE-2022-22827", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-22827" }, { "cve": "CVE-2022-23308", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-23308" }, { "cve": "CVE-2022-23772", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-23772" }, { "cve": "CVE-2022-23773", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-23773" }, { "cve": "CVE-2022-23806", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-23806" }, { "cve": "CVE-2022-23833", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-23833" }, { "cve": "CVE-2022-23852", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-23852" }, { "cve": "CVE-2022-23943", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-23943" }, { "cve": "CVE-2022-23990", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-23990" }, { "cve": "CVE-2022-24130", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-24130" }, { "cve": "CVE-2022-24407", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-24407" }, { "cve": "CVE-2022-24675", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-24675" }, { "cve": "CVE-2022-24713", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-24713" }, { "cve": "CVE-2022-24801", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-24801" }, { "cve": "CVE-2022-25235", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-25235" }, { "cve": "CVE-2022-25236", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-25236" }, { "cve": "CVE-2022-25313", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-25313" }, { "cve": "CVE-2022-25314", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-25314" }, { "cve": "CVE-2022-25315", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-25315" }, { "cve": "CVE-2022-25762", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-25762" }, { "cve": "CVE-2022-26381", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-26381" }, { "cve": "CVE-2022-26383", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-26383" }, { "cve": "CVE-2022-26384", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-26384" }, { "cve": "CVE-2022-26386", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-26386" }, { "cve": "CVE-2022-26387", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-26387" }, { "cve": "CVE-2022-26485", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-26485" }, { "cve": "CVE-2022-26486", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-26486" }, { "cve": "CVE-2022-28281", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-28281" }, { "cve": "CVE-2022-28282", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-28282" }, { "cve": "CVE-2022-28285", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-28285" }, { "cve": "CVE-2022-28286", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-28286" }, { "cve": "CVE-2022-28289", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-28289" }, { "cve": "CVE-2022-28327", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-28327" }, { "cve": "CVE-2022-28346", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-28346" }, { "cve": "CVE-2022-28347", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-28347" }, { "cve": "CVE-2022-29824", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-29824" }, { "cve": "CVE-2022-29909", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-29909" }, { "cve": "CVE-2022-29911", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-29911" }, { "cve": "CVE-2022-29912", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-29912" }, { "cve": "CVE-2022-29913", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-29913" }, { "cve": "CVE-2022-29914", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-29914" }, { "cve": "CVE-2022-29916", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-29916" }, { "cve": "CVE-2022-29917", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-29917" }, { "cve": "CVE-2022-31736", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-31736" }, { "cve": "CVE-2022-31737", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-31737" }, { "cve": "CVE-2022-31738", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-31738" }, { "cve": "CVE-2022-31739", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-31739" }, { "cve": "CVE-2022-3174", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-3174" }, { "cve": "CVE-2022-31740", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-31740" }, { "cve": "CVE-2022-31741", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-31741" }, { "cve": "CVE-2022-31742", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-31742" }, { "cve": "CVE-2022-31747", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-31747" }, { "cve": "CVE-2022-4187", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00.000+00:00", "title": "CVE-2022-4187" } ] }
wid-sec-w-2023-1737
Vulnerability from csaf_certbund
Published
2023-07-12 22:00
Modified
2023-07-12 22:00
Summary
Juniper Patchday Juli 2023
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
JUNOS ist das "Juniper Network Operating System", das in Juniper Appliances verwendet wird.
SRX Series Services Gateways ist ein Next-Generation Anti-Threat Firewall von Juniper.
Die Juniper MX-Serie ist eine Produktfamilie von Routern.
Die Switches der QFX-Serie von Juniper sichern und automatisieren Netzwerke in Rechenzentren.
Angriff
Ein Angreifer aus dem angrenzenden Netzwerk oder ein entfernter anonymer oder lokaler Angreifer kann mehrere Schwachstellen in verschiedenen Juniper Produkten ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.
Betroffene Betriebssysteme
- BIOS/Firmware
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "JUNOS ist das \"Juniper Network Operating System\", das in Juniper Appliances verwendet wird.\r\nSRX Series Services Gateways ist ein Next-Generation Anti-Threat Firewall von Juniper.\r\nDie Juniper MX-Serie ist eine Produktfamilie von Routern.\r\nDie Switches der QFX-Serie von Juniper sichern und automatisieren Netzwerke in Rechenzentren.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein Angreifer aus dem angrenzenden Netzwerk oder ein entfernter anonymer oder lokaler Angreifer kann mehrere Schwachstellen in verschiedenen Juniper Produkten ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern.", "title": "Angriff" }, { "category": "general", "text": "- BIOS/Firmware", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2023-1737 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1737.json" }, { "category": "self", "summary": "WID-SEC-2023-1737 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1737" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71656" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71659" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71653" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71650" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71660" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71655" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71647" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71643" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71642" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71651" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71640" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71661" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71639" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71662" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71645" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71641" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71636" } ], "source_lang": "en-US", "title": "Juniper Patchday Juli 2023", "tracking": { "current_release_date": "2023-07-12T22:00:00.000+00:00", "generator": { "date": "2024-08-15T17:55:25.536+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2023-1737", "initial_release_date": "2023-07-12T22:00:00.000+00:00", "revision_history": [ { "date": "2023-07-12T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Juniper JUNOS", "product": { "name": "Juniper JUNOS", "product_id": "5930", "product_identification_helper": { "cpe": "cpe:/o:juniper:junos:-" } } }, { "category": "product_name", "name": "Juniper JUNOS Evolved", "product": { "name": "Juniper JUNOS Evolved", "product_id": "T018886", "product_identification_helper": { "cpe": "cpe:/o:juniper:junos:evolved" } } }, { "category": "product_name", "name": "Juniper JUNOS PTX10001-36MR", "product": { "name": "Juniper JUNOS PTX10001-36MR", "product_id": "T028577", "product_identification_helper": { "cpe": "cpe:/o:juniper:junos:ptx10001-36mr" } } }, { "category": "product_name", "name": "Juniper JUNOS PTX10004", "product": { "name": "Juniper JUNOS PTX10004", "product_id": "T028578", "product_identification_helper": { "cpe": "cpe:/o:juniper:junos:ptx10004" } } }, { "category": "product_name", "name": "Juniper JUNOS PTX10008", "product": { "name": "Juniper JUNOS PTX10008", "product_id": "T028579", "product_identification_helper": { "cpe": "cpe:/o:juniper:junos:ptx10008" } } }, { "category": "product_name", "name": "Juniper JUNOS PTX10016", "product": { "name": "Juniper JUNOS PTX10016", "product_id": "T028580", "product_identification_helper": { "cpe": "cpe:/o:juniper:junos:ptx10016" } } }, { "category": "product_name", "name": "Juniper JUNOS Contrail Cloud", "product": { "name": "Juniper JUNOS Contrail Cloud", "product_id": "T028581", "product_identification_helper": { "cpe": "cpe:/o:juniper:junos:contrail_cloud" } } }, { "category": "product_name", "name": "Juniper JUNOS Space", "product": { "name": "Juniper JUNOS Space", "product_id": "T028582", "product_identification_helper": { "cpe": "cpe:/o:juniper:junos:space" } } } ], "category": "product_name", "name": "JUNOS" }, { "category": "product_name", "name": "Juniper MX Series", "product": { "name": "Juniper MX Series", "product_id": "918766", "product_identification_helper": { "cpe": "cpe:/h:juniper:mx:-" } } }, { "category": "product_name", "name": "Juniper QFX Series 10000", "product": { "name": "Juniper QFX Series 10000", "product_id": "T027256", "product_identification_helper": { "cpe": "cpe:/h:juniper:qfx:qfx10000" } } }, { "branches": [ { "category": "product_name", "name": "Juniper SRX Series", "product": { "name": "Juniper SRX Series", "product_id": "T008011", "product_identification_helper": { "cpe": "cpe:/h:juniper:srx_service_gateways:-" } } }, { "category": "product_name", "name": "Juniper SRX Series 5000", "product": { "name": "Juniper SRX Series 5000", "product_id": "T025822", "product_identification_helper": { "cpe": "cpe:/h:juniper:srx_service_gateways:5000" } } }, { "category": "product_name", "name": "Juniper SRX Series 4600", "product": { "name": "Juniper SRX Series 4600", "product_id": "T028576", "product_identification_helper": { "cpe": "cpe:/h:juniper:srx_service_gateways:4600" } } } ], "category": "product_name", "name": "SRX Series" } ], "category": "vendor", "name": "Juniper" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-36850", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2023-36850" }, { "cve": "CVE-2023-36849", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2023-36849" }, { "cve": "CVE-2023-36848", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2023-36848" }, { "cve": "CVE-2023-36840", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2023-36840" }, { "cve": "CVE-2023-36838", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2023-36838" }, { "cve": "CVE-2023-36836", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2023-36836" }, { "cve": "CVE-2023-36835", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2023-36835" }, { "cve": "CVE-2023-36834", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2023-36834" }, { "cve": "CVE-2023-36833", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2023-36833" }, { "cve": "CVE-2023-36832", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2023-36832" }, { "cve": "CVE-2023-36831", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2023-36831" }, { "cve": "CVE-2023-28985", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2023-28985" }, { "cve": "CVE-2022-4378", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2022-4378" }, { "cve": "CVE-2022-42898", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2022-42898" }, { "cve": "CVE-2022-42703", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2022-42703" }, { "cve": "CVE-2022-41974", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2022-41974" }, { "cve": "CVE-2022-38023", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2022-38023" }, { "cve": "CVE-2022-3276", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2022-3276" }, { "cve": "CVE-2022-31629", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2022-31629" }, { "cve": "CVE-2022-31628", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2022-31628" }, { "cve": "CVE-2022-31627", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2022-31627" }, { "cve": "CVE-2022-31626", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2022-31626" }, { "cve": "CVE-2022-31625", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2022-31625" }, { "cve": "CVE-2022-30123", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2022-30123" }, { "cve": "CVE-2022-29901", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2022-29901" }, { "cve": "CVE-2022-29900", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2022-29900" }, { "cve": "CVE-2022-2964", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2022-2964" }, { "cve": "CVE-2022-2795", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2022-2795" }, { "cve": "CVE-2022-26373", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2022-26373" }, { "cve": "CVE-2022-2588", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2022-2588" }, { "cve": "CVE-2022-23825", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2022-23825" }, { "cve": "CVE-2021-40085", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2021-40085" }, { "cve": "CVE-2021-26401", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2021-26401" }, { "cve": "CVE-2021-25220", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2021-25220" }, { "cve": "CVE-2021-21708", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2021-21708" }, { "cve": "CVE-2021-21707", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2021-21707" }, { "cve": "CVE-2021-21705", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2021-21705" }, { "cve": "CVE-2021-21704", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2021-21704" }, { "cve": "CVE-2021-21703", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2021-21703" }, { "cve": "CVE-2021-21702", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2021-21702" }, { "cve": "CVE-2020-7071", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2020-7071" }, { "cve": "CVE-2020-13946", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2020-13946" }, { "cve": "CVE-2020-13817", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2020-13817" }, { "cve": "CVE-2020-11868", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2020-11868" }, { "cve": "CVE-2019-11358", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2019-11358" }, { "cve": "CVE-2017-7655", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2017-7655" }, { "cve": "CVE-2017-7654", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2017-7654" }, { "cve": "CVE-2017-7653", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00.000+00:00", "title": "CVE-2017-7653" } ] }
WID-SEC-W-2022-0280
Vulnerability from csaf_certbund
Published
2022-02-16 23:00
Modified
2023-09-13 22:00
Summary
PHP: Schwachstelle ermöglicht Denial of Service
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
PHP ist eine Programmiersprache, die zur Implementierung von Web-Applikationen genutzt wird.
Angriff
Ein entfernter, anonymer Angreifer kann eine Schwachstelle in PHP ausnutzen, um einen Denial of Service Angriff durchzuführen.
Betroffene Betriebssysteme
- UNIX
- Linux
- MacOS X
- Windows
- Sonstiges
{ "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, anonymer Angreifer kann eine Schwachstelle in PHP ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- UNIX\n- Linux\n- MacOS X\n- Windows\n- Sonstiges", "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-2022-0280 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2022/wid-sec-w-2022-0280.json" }, { "category": "self", "summary": "WID-SEC-2022-0280 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-0280" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASPHP8.0-2023-007 vom 2023-09-14", "url": "https://alas.aws.amazon.com/AL2/ALASPHP8.0-2023-007.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2022-073 vom 2022-05-20", "url": "https://alas.aws.amazon.com/AL2022/ALAS-2022-073.html" }, { "category": "external", "summary": "PHP Bug-ID 81708 vom 2022-02-16", "url": "https://bugs.php.net/bug.php?id=81708" }, { "category": "external", "summary": "Debian Security Advisory DSA-5082 vom 2022-02-18", "url": "https://lists.debian.org/debian-security-announce/2022/msg00049.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-5303-1 vom 2022-02-28", "url": "https://ubuntu.com/security/notices/USN-5303-1" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2022:0654-1 vom 2022-03-01", "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-March/010323.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2022:0847-1 vom 2022-03-15", "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-March/010446.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2022-085 vom 2022-06-13", "url": "https://alas.aws.amazon.com/AL2022/ALAS-2022-085.html" }, { "category": "external", "summary": "Gentoo Linux Security Advisory GLSA-202209-20 vom 2022-09-29", "url": "https://security.gentoo.org/glsa/202209-20" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:7628 vom 2022-11-08", "url": "https://access.redhat.com/errata/RHSA-2022:7628" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:7624 vom 2022-11-08", "url": "https://access.redhat.com/errata/RHSA-2022:7624" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2022:3997-1 vom 2022-11-15", "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-November/012935.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:8197 vom 2022-11-15", "url": "https://access.redhat.com/errata/RHSA-2022:8197" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2022-7624 vom 2022-11-15", "url": "https://linux.oracle.com/errata/ELSA-2022-7624.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2022:4069-1 vom 2022-11-18", "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-November/012985.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2022:4068-1 vom 2022-11-18", "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-November/012984.html" } ], "source_lang": "en-US", "title": "PHP: Schwachstelle erm\u00f6glicht Denial of Service", "tracking": { "current_release_date": "2023-09-13T22:00:00.000+00:00", "generator": { "date": "2024-08-15T17:27:48.804+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2022-0280", "initial_release_date": "2022-02-16T23:00:00.000+00:00", "revision_history": [ { "date": "2022-02-16T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2022-02-20T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2022-02-28T23:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2022-03-01T23:00:00.000+00:00", "number": "4", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2022-03-15T23:00:00.000+00:00", "number": "5", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2022-05-19T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2022-06-13T22:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2022-09-29T22:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Gentoo aufgenommen" }, { "date": "2022-11-08T23:00:00.000+00:00", "number": "9", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-11-15T23:00:00.000+00:00", "number": "10", "summary": "Neue Updates von SUSE, Red Hat und Oracle Linux aufgenommen" }, { "date": "2022-11-20T23:00:00.000+00:00", "number": "11", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2023-09-13T22:00:00.000+00:00", "number": "12", "summary": "Neue Updates von Amazon aufgenommen" } ], "status": "final", "version": "12" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Amazon Linux 2", "product": { "name": "Amazon Linux 2", "product_id": "398363", "product_identification_helper": { "cpe": "cpe:/o:amazon:linux_2:-" } } } ], "category": "vendor", "name": "Amazon" }, { "branches": [ { "category": "product_name", "name": "Debian Linux", "product": { "name": "Debian Linux", "product_id": "2951", "product_identification_helper": { "cpe": "cpe:/o:debian:debian_linux:-" } } } ], "category": "vendor", "name": "Debian" }, { "branches": [ { "category": "product_name", "name": "Gentoo Linux", "product": { "name": "Gentoo Linux", "product_id": "T012167", "product_identification_helper": { "cpe": "cpe:/o:gentoo:linux:-" } } } ], "category": "vendor", "name": "Gentoo" }, { "branches": [ { "category": "product_name", "name": "Open Source PHP 7.4.27", "product": { "name": "Open Source PHP 7.4.27", "product_id": "T022100", "product_identification_helper": { "cpe": "cpe:/a:php:php:7.4.27" } } } ], "category": "vendor", "name": "Open Source" }, { "branches": [ { "category": "product_name", "name": "Oracle Linux", "product": { "name": "Oracle Linux", "product_id": "T004914", "product_identification_helper": { "cpe": "cpe:/o:oracle:linux:-" } } } ], "category": "vendor", "name": "Oracle" }, { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } } ], "category": "vendor", "name": "Red Hat" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux", "product": { "name": "SUSE Linux", "product_id": "T002207", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_linux:-" } } } ], "category": "vendor", "name": "SUSE" }, { "branches": [ { "category": "product_name", "name": "Ubuntu Linux", "product": { "name": "Ubuntu Linux", "product_id": "T000126", "product_identification_helper": { "cpe": "cpe:/o:canonical:ubuntu_linux:-" } } } ], "category": "vendor", "name": "Ubuntu" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-21708", "notes": [ { "category": "description", "text": "Es existiert eine Schwachstelle in PHP. Die Schwachstelle ist auf Fehler in der Funktion php_filter_float() zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "T022100", "398363", "T012167", "T004914" ] }, "release_date": "2022-02-16T23:00:00.000+00:00", "title": "CVE-2021-21708" } ] }
wid-sec-w-2022-0280
Vulnerability from csaf_certbund
Published
2022-02-16 23:00
Modified
2023-09-13 22:00
Summary
PHP: Schwachstelle ermöglicht Denial of Service
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
PHP ist eine Programmiersprache, die zur Implementierung von Web-Applikationen genutzt wird.
Angriff
Ein entfernter, anonymer Angreifer kann eine Schwachstelle in PHP ausnutzen, um einen Denial of Service Angriff durchzuführen.
Betroffene Betriebssysteme
- UNIX
- Linux
- MacOS X
- Windows
- Sonstiges
{ "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, anonymer Angreifer kann eine Schwachstelle in PHP ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- UNIX\n- Linux\n- MacOS X\n- Windows\n- Sonstiges", "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-2022-0280 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2022/wid-sec-w-2022-0280.json" }, { "category": "self", "summary": "WID-SEC-2022-0280 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-0280" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASPHP8.0-2023-007 vom 2023-09-14", "url": "https://alas.aws.amazon.com/AL2/ALASPHP8.0-2023-007.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2022-073 vom 2022-05-20", "url": "https://alas.aws.amazon.com/AL2022/ALAS-2022-073.html" }, { "category": "external", "summary": "PHP Bug-ID 81708 vom 2022-02-16", "url": "https://bugs.php.net/bug.php?id=81708" }, { "category": "external", "summary": "Debian Security Advisory DSA-5082 vom 2022-02-18", "url": "https://lists.debian.org/debian-security-announce/2022/msg00049.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-5303-1 vom 2022-02-28", "url": "https://ubuntu.com/security/notices/USN-5303-1" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2022:0654-1 vom 2022-03-01", "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-March/010323.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2022:0847-1 vom 2022-03-15", "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-March/010446.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2022-085 vom 2022-06-13", "url": "https://alas.aws.amazon.com/AL2022/ALAS-2022-085.html" }, { "category": "external", "summary": "Gentoo Linux Security Advisory GLSA-202209-20 vom 2022-09-29", "url": "https://security.gentoo.org/glsa/202209-20" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:7628 vom 2022-11-08", "url": "https://access.redhat.com/errata/RHSA-2022:7628" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:7624 vom 2022-11-08", "url": "https://access.redhat.com/errata/RHSA-2022:7624" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2022:3997-1 vom 2022-11-15", "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-November/012935.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:8197 vom 2022-11-15", "url": "https://access.redhat.com/errata/RHSA-2022:8197" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2022-7624 vom 2022-11-15", "url": "https://linux.oracle.com/errata/ELSA-2022-7624.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2022:4069-1 vom 2022-11-18", "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-November/012985.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2022:4068-1 vom 2022-11-18", "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-November/012984.html" } ], "source_lang": "en-US", "title": "PHP: Schwachstelle erm\u00f6glicht Denial of Service", "tracking": { "current_release_date": "2023-09-13T22:00:00.000+00:00", "generator": { "date": "2024-08-15T17:27:48.804+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2022-0280", "initial_release_date": "2022-02-16T23:00:00.000+00:00", "revision_history": [ { "date": "2022-02-16T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2022-02-20T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2022-02-28T23:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2022-03-01T23:00:00.000+00:00", "number": "4", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2022-03-15T23:00:00.000+00:00", "number": "5", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2022-05-19T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2022-06-13T22:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2022-09-29T22:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Gentoo aufgenommen" }, { "date": "2022-11-08T23:00:00.000+00:00", "number": "9", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-11-15T23:00:00.000+00:00", "number": "10", "summary": "Neue Updates von SUSE, Red Hat und Oracle Linux aufgenommen" }, { "date": "2022-11-20T23:00:00.000+00:00", "number": "11", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2023-09-13T22:00:00.000+00:00", "number": "12", "summary": "Neue Updates von Amazon aufgenommen" } ], "status": "final", "version": "12" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Amazon Linux 2", "product": { "name": "Amazon Linux 2", "product_id": "398363", "product_identification_helper": { "cpe": "cpe:/o:amazon:linux_2:-" } } } ], "category": "vendor", "name": "Amazon" }, { "branches": [ { "category": "product_name", "name": "Debian Linux", "product": { "name": "Debian Linux", "product_id": "2951", "product_identification_helper": { "cpe": "cpe:/o:debian:debian_linux:-" } } } ], "category": "vendor", "name": "Debian" }, { "branches": [ { "category": "product_name", "name": "Gentoo Linux", "product": { "name": "Gentoo Linux", "product_id": "T012167", "product_identification_helper": { "cpe": "cpe:/o:gentoo:linux:-" } } } ], "category": "vendor", "name": "Gentoo" }, { "branches": [ { "category": "product_name", "name": "Open Source PHP 7.4.27", "product": { "name": "Open Source PHP 7.4.27", "product_id": "T022100", "product_identification_helper": { "cpe": "cpe:/a:php:php:7.4.27" } } } ], "category": "vendor", "name": "Open Source" }, { "branches": [ { "category": "product_name", "name": "Oracle Linux", "product": { "name": "Oracle Linux", "product_id": "T004914", "product_identification_helper": { "cpe": "cpe:/o:oracle:linux:-" } } } ], "category": "vendor", "name": "Oracle" }, { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } } ], "category": "vendor", "name": "Red Hat" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux", "product": { "name": "SUSE Linux", "product_id": "T002207", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_linux:-" } } } ], "category": "vendor", "name": "SUSE" }, { "branches": [ { "category": "product_name", "name": "Ubuntu Linux", "product": { "name": "Ubuntu Linux", "product_id": "T000126", "product_identification_helper": { "cpe": "cpe:/o:canonical:ubuntu_linux:-" } } } ], "category": "vendor", "name": "Ubuntu" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-21708", "notes": [ { "category": "description", "text": "Es existiert eine Schwachstelle in PHP. Die Schwachstelle ist auf Fehler in der Funktion php_filter_float() zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "T022100", "398363", "T012167", "T004914" ] }, "release_date": "2022-02-16T23:00:00.000+00:00", "title": "CVE-2021-21708" } ] }
rhsa-2022:8197
Vulnerability from csaf_redhat
Published
2022-11-15 10:20
Modified
2025-02-14 13:06
Summary
Red Hat Security Advisory: php security, bug fix, and enhancement update
Notes
Topic
An update for php is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.
The following packages have been upgraded to a later upstream version: php (8.0.20). (BZ#2095752)
Security Fix(es):
* php: Use after free due to php_filter_float() failing for ints (CVE-2021-21708)
* php: Uninitialized array in pg_query_params() leading to RCE (CVE-2022-31625)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 9.1 Release Notes linked from the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for php is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.\n\nThe following packages have been upgraded to a later upstream version: php (8.0.20). (BZ#2095752)\n\nSecurity Fix(es):\n\n* php: Use after free due to php_filter_float() failing for ints (CVE-2021-21708)\n\n* php: Uninitialized array in pg_query_params() leading to RCE (CVE-2022-31625)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.1 Release Notes linked from the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2022:8197", "url": "https://access.redhat.com/errata/RHSA-2022:8197" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.1_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.1_release_notes/index" }, { "category": "external", "summary": "2055879", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2055879" }, { "category": "external", "summary": "2095447", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2095447" }, { "category": "external", "summary": "2095752", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2095752" }, { "category": "external", "summary": "2098521", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2098521" }, { "category": "external", "summary": "2104630", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104630" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_8197.json" } ], "title": "Red Hat Security Advisory: php security, bug fix, and enhancement update", "tracking": { "current_release_date": "2025-02-14T13:06:03+00:00", "generator": { "date": "2025-02-14T13:06:03+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2022:8197", "initial_release_date": "2022-11-15T10:20:27+00:00", "revision_history": [ { "date": "2022-11-15T10:20:27+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-11-15T10:20:27+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-14T13:06:03+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.1.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "php-0:8.0.20-3.el9.src", "product": { "name": "php-0:8.0.20-3.el9.src", "product_id": "php-0:8.0.20-3.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-3.el9?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "php-0:8.0.20-3.el9.aarch64", "product": { "name": "php-0:8.0.20-3.el9.aarch64", "product_id": "php-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.20-3.el9.aarch64", "product": { "name": "php-bcmath-0:8.0.20-3.el9.aarch64", "product_id": "php-bcmath-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-cli-0:8.0.20-3.el9.aarch64", "product": { "name": "php-cli-0:8.0.20-3.el9.aarch64", "product_id": "php-cli-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-common-0:8.0.20-3.el9.aarch64", "product": { "name": "php-common-0:8.0.20-3.el9.aarch64", "product_id": "php-common-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-dba-0:8.0.20-3.el9.aarch64", "product": { "name": "php-dba-0:8.0.20-3.el9.aarch64", "product_id": "php-dba-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.20-3.el9.aarch64", "product": { "name": "php-dbg-0:8.0.20-3.el9.aarch64", "product_id": "php-dbg-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-devel-0:8.0.20-3.el9.aarch64", "product": { "name": "php-devel-0:8.0.20-3.el9.aarch64", "product_id": "php-devel-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.20-3.el9.aarch64", "product": { "name": "php-embedded-0:8.0.20-3.el9.aarch64", "product_id": "php-embedded-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.20-3.el9.aarch64", "product": { "name": "php-enchant-0:8.0.20-3.el9.aarch64", "product_id": "php-enchant-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.20-3.el9.aarch64", "product": { "name": "php-ffi-0:8.0.20-3.el9.aarch64", "product_id": "php-ffi-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.20-3.el9.aarch64", "product": { "name": "php-fpm-0:8.0.20-3.el9.aarch64", "product_id": "php-fpm-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-gd-0:8.0.20-3.el9.aarch64", "product": { "name": "php-gd-0:8.0.20-3.el9.aarch64", "product_id": "php-gd-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.20-3.el9.aarch64", "product": { "name": "php-gmp-0:8.0.20-3.el9.aarch64", "product_id": "php-gmp-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-intl-0:8.0.20-3.el9.aarch64", "product": { "name": "php-intl-0:8.0.20-3.el9.aarch64", "product_id": "php-intl-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.20-3.el9.aarch64", "product": { "name": "php-ldap-0:8.0.20-3.el9.aarch64", "product_id": "php-ldap-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.20-3.el9.aarch64", "product": { "name": "php-mbstring-0:8.0.20-3.el9.aarch64", "product_id": "php-mbstring-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.20-3.el9.aarch64", "product": { "name": "php-mysqlnd-0:8.0.20-3.el9.aarch64", "product_id": "php-mysqlnd-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.20-3.el9.aarch64", "product": { "name": "php-odbc-0:8.0.20-3.el9.aarch64", "product_id": "php-odbc-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.20-3.el9.aarch64", "product": { "name": "php-opcache-0:8.0.20-3.el9.aarch64", "product_id": "php-opcache-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-pdo-0:8.0.20-3.el9.aarch64", "product_id": "php-pdo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.20-3.el9.aarch64", "product": { "name": "php-pgsql-0:8.0.20-3.el9.aarch64", "product_id": "php-pgsql-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-process-0:8.0.20-3.el9.aarch64", "product": { "name": "php-process-0:8.0.20-3.el9.aarch64", "product_id": "php-process-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.20-3.el9.aarch64", "product": { "name": "php-snmp-0:8.0.20-3.el9.aarch64", "product_id": "php-snmp-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-soap-0:8.0.20-3.el9.aarch64", "product": { "name": "php-soap-0:8.0.20-3.el9.aarch64", "product_id": "php-soap-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-xml-0:8.0.20-3.el9.aarch64", "product": { "name": "php-xml-0:8.0.20-3.el9.aarch64", "product_id": "php-xml-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.20-3.el9.aarch64", "product": { "name": "php-debugsource-0:8.0.20-3.el9.aarch64", "product_id": "php-debugsource-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-common-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-common-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-process-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-process-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.20-3.el9?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "php-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-0:8.0.20-3.el9.ppc64le", "product_id": "php-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-bcmath-0:8.0.20-3.el9.ppc64le", "product_id": "php-bcmath-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-cli-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-cli-0:8.0.20-3.el9.ppc64le", "product_id": "php-cli-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-common-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-common-0:8.0.20-3.el9.ppc64le", "product_id": "php-common-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dba-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-dba-0:8.0.20-3.el9.ppc64le", "product_id": "php-dba-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-dbg-0:8.0.20-3.el9.ppc64le", "product_id": "php-dbg-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-devel-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-devel-0:8.0.20-3.el9.ppc64le", "product_id": "php-devel-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-embedded-0:8.0.20-3.el9.ppc64le", "product_id": "php-embedded-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-enchant-0:8.0.20-3.el9.ppc64le", "product_id": "php-enchant-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-ffi-0:8.0.20-3.el9.ppc64le", "product_id": "php-ffi-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-fpm-0:8.0.20-3.el9.ppc64le", "product_id": "php-fpm-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gd-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-gd-0:8.0.20-3.el9.ppc64le", "product_id": "php-gd-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-gmp-0:8.0.20-3.el9.ppc64le", "product_id": "php-gmp-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-intl-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-intl-0:8.0.20-3.el9.ppc64le", "product_id": "php-intl-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-ldap-0:8.0.20-3.el9.ppc64le", "product_id": "php-ldap-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-mbstring-0:8.0.20-3.el9.ppc64le", "product_id": "php-mbstring-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-mysqlnd-0:8.0.20-3.el9.ppc64le", "product_id": "php-mysqlnd-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-odbc-0:8.0.20-3.el9.ppc64le", "product_id": "php-odbc-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-opcache-0:8.0.20-3.el9.ppc64le", "product_id": "php-opcache-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-pdo-0:8.0.20-3.el9.ppc64le", "product_id": "php-pdo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-pgsql-0:8.0.20-3.el9.ppc64le", "product_id": "php-pgsql-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-process-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-process-0:8.0.20-3.el9.ppc64le", "product_id": "php-process-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-snmp-0:8.0.20-3.el9.ppc64le", "product_id": "php-snmp-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-soap-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-soap-0:8.0.20-3.el9.ppc64le", "product_id": "php-soap-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xml-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-xml-0:8.0.20-3.el9.ppc64le", "product_id": "php-xml-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-debugsource-0:8.0.20-3.el9.ppc64le", "product_id": "php-debugsource-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.20-3.el9?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "php-0:8.0.20-3.el9.x86_64", "product": { "name": "php-0:8.0.20-3.el9.x86_64", "product_id": "php-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.20-3.el9.x86_64", "product": { "name": "php-bcmath-0:8.0.20-3.el9.x86_64", "product_id": "php-bcmath-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-cli-0:8.0.20-3.el9.x86_64", "product": { "name": "php-cli-0:8.0.20-3.el9.x86_64", "product_id": "php-cli-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-common-0:8.0.20-3.el9.x86_64", "product": { "name": "php-common-0:8.0.20-3.el9.x86_64", "product_id": "php-common-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-dba-0:8.0.20-3.el9.x86_64", "product": { "name": "php-dba-0:8.0.20-3.el9.x86_64", "product_id": "php-dba-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.20-3.el9.x86_64", "product": { "name": "php-dbg-0:8.0.20-3.el9.x86_64", "product_id": "php-dbg-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-devel-0:8.0.20-3.el9.x86_64", "product": { "name": "php-devel-0:8.0.20-3.el9.x86_64", "product_id": "php-devel-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.20-3.el9.x86_64", "product": { "name": "php-embedded-0:8.0.20-3.el9.x86_64", "product_id": "php-embedded-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.20-3.el9.x86_64", "product": { "name": "php-enchant-0:8.0.20-3.el9.x86_64", "product_id": "php-enchant-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.20-3.el9.x86_64", "product": { "name": "php-ffi-0:8.0.20-3.el9.x86_64", "product_id": "php-ffi-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.20-3.el9.x86_64", "product": { "name": "php-fpm-0:8.0.20-3.el9.x86_64", "product_id": "php-fpm-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-gd-0:8.0.20-3.el9.x86_64", "product": { "name": "php-gd-0:8.0.20-3.el9.x86_64", "product_id": "php-gd-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.20-3.el9.x86_64", "product": { "name": "php-gmp-0:8.0.20-3.el9.x86_64", "product_id": "php-gmp-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-intl-0:8.0.20-3.el9.x86_64", "product": { "name": "php-intl-0:8.0.20-3.el9.x86_64", "product_id": "php-intl-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.20-3.el9.x86_64", "product": { "name": "php-ldap-0:8.0.20-3.el9.x86_64", "product_id": "php-ldap-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.20-3.el9.x86_64", "product": { "name": "php-mbstring-0:8.0.20-3.el9.x86_64", "product_id": "php-mbstring-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.20-3.el9.x86_64", "product": { "name": "php-mysqlnd-0:8.0.20-3.el9.x86_64", "product_id": "php-mysqlnd-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.20-3.el9.x86_64", "product": { "name": "php-odbc-0:8.0.20-3.el9.x86_64", "product_id": "php-odbc-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.20-3.el9.x86_64", "product": { "name": "php-opcache-0:8.0.20-3.el9.x86_64", "product_id": "php-opcache-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-pdo-0:8.0.20-3.el9.x86_64", "product_id": "php-pdo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.20-3.el9.x86_64", "product": { "name": "php-pgsql-0:8.0.20-3.el9.x86_64", "product_id": "php-pgsql-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-process-0:8.0.20-3.el9.x86_64", "product": { "name": "php-process-0:8.0.20-3.el9.x86_64", "product_id": "php-process-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.20-3.el9.x86_64", "product": { "name": "php-snmp-0:8.0.20-3.el9.x86_64", "product_id": "php-snmp-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-soap-0:8.0.20-3.el9.x86_64", "product": { "name": "php-soap-0:8.0.20-3.el9.x86_64", "product_id": "php-soap-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-xml-0:8.0.20-3.el9.x86_64", "product": { "name": "php-xml-0:8.0.20-3.el9.x86_64", "product_id": "php-xml-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.20-3.el9.x86_64", "product": { "name": "php-debugsource-0:8.0.20-3.el9.x86_64", "product_id": "php-debugsource-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-common-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-common-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-process-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-process-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-xml-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-xml-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.20-3.el9?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "php-0:8.0.20-3.el9.s390x", "product": { "name": "php-0:8.0.20-3.el9.s390x", "product_id": "php-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.20-3.el9.s390x", "product": { "name": "php-bcmath-0:8.0.20-3.el9.s390x", "product_id": "php-bcmath-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-cli-0:8.0.20-3.el9.s390x", "product": { "name": "php-cli-0:8.0.20-3.el9.s390x", "product_id": "php-cli-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-common-0:8.0.20-3.el9.s390x", "product": { "name": "php-common-0:8.0.20-3.el9.s390x", "product_id": "php-common-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-dba-0:8.0.20-3.el9.s390x", "product": { "name": "php-dba-0:8.0.20-3.el9.s390x", "product_id": "php-dba-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.20-3.el9.s390x", "product": { "name": "php-dbg-0:8.0.20-3.el9.s390x", "product_id": "php-dbg-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-devel-0:8.0.20-3.el9.s390x", "product": { "name": "php-devel-0:8.0.20-3.el9.s390x", "product_id": "php-devel-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.20-3.el9.s390x", "product": { "name": "php-embedded-0:8.0.20-3.el9.s390x", "product_id": "php-embedded-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.20-3.el9.s390x", "product": { "name": "php-enchant-0:8.0.20-3.el9.s390x", "product_id": "php-enchant-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.20-3.el9.s390x", "product": { "name": "php-ffi-0:8.0.20-3.el9.s390x", "product_id": "php-ffi-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.20-3.el9.s390x", "product": { "name": "php-fpm-0:8.0.20-3.el9.s390x", "product_id": "php-fpm-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-gd-0:8.0.20-3.el9.s390x", "product": { "name": "php-gd-0:8.0.20-3.el9.s390x", "product_id": "php-gd-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.20-3.el9.s390x", "product": { "name": "php-gmp-0:8.0.20-3.el9.s390x", "product_id": "php-gmp-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-intl-0:8.0.20-3.el9.s390x", "product": { "name": "php-intl-0:8.0.20-3.el9.s390x", "product_id": "php-intl-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.20-3.el9.s390x", "product": { "name": "php-ldap-0:8.0.20-3.el9.s390x", "product_id": "php-ldap-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.20-3.el9.s390x", "product": { "name": "php-mbstring-0:8.0.20-3.el9.s390x", "product_id": "php-mbstring-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.20-3.el9.s390x", "product": { "name": "php-mysqlnd-0:8.0.20-3.el9.s390x", "product_id": "php-mysqlnd-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.20-3.el9.s390x", "product": { "name": "php-odbc-0:8.0.20-3.el9.s390x", "product_id": "php-odbc-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.20-3.el9.s390x", "product": { "name": "php-opcache-0:8.0.20-3.el9.s390x", "product_id": "php-opcache-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.20-3.el9.s390x", "product": { "name": "php-pdo-0:8.0.20-3.el9.s390x", "product_id": "php-pdo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.20-3.el9.s390x", "product": { "name": "php-pgsql-0:8.0.20-3.el9.s390x", "product_id": "php-pgsql-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-process-0:8.0.20-3.el9.s390x", "product": { "name": "php-process-0:8.0.20-3.el9.s390x", "product_id": "php-process-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.20-3.el9.s390x", "product": { "name": "php-snmp-0:8.0.20-3.el9.s390x", "product_id": "php-snmp-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-soap-0:8.0.20-3.el9.s390x", "product": { "name": "php-soap-0:8.0.20-3.el9.s390x", "product_id": "php-soap-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-xml-0:8.0.20-3.el9.s390x", "product": { "name": "php-xml-0:8.0.20-3.el9.s390x", "product_id": "php-xml-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.20-3.el9.s390x", "product": { "name": "php-debugsource-0:8.0.20-3.el9.s390x", "product_id": "php-debugsource-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-cli-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-cli-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-common-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-common-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-dba-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-dba-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-gd-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-gd-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-intl-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-intl-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-process-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-process-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-soap-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-soap-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-xml-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-xml-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.20-3.el9?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.s390x" }, "product_reference": "php-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-3.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.src" }, "product_reference": "php-0:8.0.20-3.el9.src", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-bcmath-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-bcmath-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.s390x" }, "product_reference": "php-bcmath-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-bcmath-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-cli-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-cli-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.s390x" }, "product_reference": "php-cli-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-cli-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-cli-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-common-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-common-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.s390x" }, "product_reference": "php-common-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-common-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-common-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-common-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-common-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-dba-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-dba-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.s390x" }, "product_reference": "php-dba-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-dba-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-dba-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-dbg-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-dbg-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.s390x" }, "product_reference": "php-dbg-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-dbg-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-debugsource-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-debugsource-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.s390x" }, "product_reference": "php-debugsource-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-debugsource-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-devel-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-devel-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.s390x" }, "product_reference": "php-devel-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-devel-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-embedded-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-embedded-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.s390x" }, "product_reference": "php-embedded-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-embedded-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-enchant-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-enchant-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.s390x" }, "product_reference": "php-enchant-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-enchant-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-ffi-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-ffi-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.s390x" }, "product_reference": "php-ffi-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-ffi-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-fpm-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-fpm-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.s390x" }, "product_reference": "php-fpm-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-fpm-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-gd-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-gd-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.s390x" }, "product_reference": "php-gd-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-gd-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-gd-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-gmp-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-gmp-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.s390x" }, "product_reference": "php-gmp-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-gmp-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-intl-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-intl-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.s390x" }, "product_reference": "php-intl-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-intl-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-intl-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-ldap-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-ldap-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.s390x" }, "product_reference": "php-ldap-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-ldap-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-mbstring-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-mbstring-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.s390x" }, "product_reference": "php-mbstring-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-mbstring-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-mysqlnd-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-mysqlnd-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.s390x" }, "product_reference": "php-mysqlnd-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-mysqlnd-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-odbc-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-odbc-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.s390x" }, "product_reference": "php-odbc-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-odbc-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-opcache-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-opcache-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.s390x" }, "product_reference": "php-opcache-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-opcache-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-pdo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-pdo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-pdo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-pdo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-pgsql-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-pgsql-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.s390x" }, "product_reference": "php-pgsql-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-pgsql-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-process-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-process-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.s390x" }, "product_reference": "php-process-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-process-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-process-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-process-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-process-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-snmp-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-snmp-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.s390x" }, "product_reference": "php-snmp-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-snmp-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-soap-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-soap-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.s390x" }, "product_reference": "php-soap-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-soap-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-soap-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-xml-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-xml-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.s390x" }, "product_reference": "php-xml-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-xml-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-xml-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-xml-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-21708", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-02-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2055879" } ], "notes": [ { "category": "description", "text": "A flaw was found in PHP. The vulnerability occurs due to the malformed php_filter_float() function and leads to a use-after-free vulnerability. This flaw allows an attacker to inject a malicious file, leading to a crash or a Segmentation fault.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Use after free due to php_filter_float() failing for ints", "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.1.0.GA:php-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.src", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-21708" }, { "category": "external", "summary": "RHBZ#2055879", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2055879" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-21708", "url": "https://www.cve.org/CVERecord?id=CVE-2021-21708" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-21708", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-21708" }, { "category": "external", "summary": "https://www.php.net/ChangeLog-7.php#PHP_7_4", "url": "https://www.php.net/ChangeLog-7.php#PHP_7_4" } ], "release_date": "2022-02-17T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-15T10:20:27+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.src", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8197" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.src", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "php: Use after free due to php_filter_float() failing for ints" }, { "cve": "CVE-2022-31625", "cwe": { "id": "CWE-824", "name": "Access of Uninitialized Pointer" }, "discovery_date": "2022-06-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2098521" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PHP due to an uninitialized array in pg_query_params() function. When using the Postgres database extension, supplying invalid parameters to the parameterized query may lead to PHP attempting to free memory, using uninitialized data as pointers. This flaw allows a remote attacker with the ability to control query parameters to execute arbitrary code on the system or may cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Uninitialized array in pg_query_params() leading to RCE", "title": "Vulnerability summary" }, { "category": "other", "text": "This CVE rated as moderate because attack complexity is high, and creating/supplying invalid parameters is complex while using a Postgres database extension.", "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.1.0.GA:php-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.src", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-31625" }, { "category": "external", "summary": "RHBZ#2098521", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2098521" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-31625", "url": "https://www.cve.org/CVERecord?id=CVE-2022-31625" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31625", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31625" }, { "category": "external", "summary": "https://bugs.php.net/bug.php?id=81720", "url": "https://bugs.php.net/bug.php?id=81720" } ], "release_date": "2022-05-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-15T10:20:27+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.src", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8197" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.src", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Uninitialized array in pg_query_params() leading to RCE" } ] }
rhsa-2022:7628
Vulnerability from csaf_redhat
Published
2022-11-08 10:18
Modified
2025-02-14 13:05
Summary
Red Hat Security Advisory: php:7.4 security, bug fix, and enhancement update
Notes
Topic
An update for the php:7.4 module is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.
The following packages have been upgraded to a later upstream version: php (7.4.30), php-pear (1.10.13). (BZ#2055422)
Security Fix(es):
* php: Special character breaks path in xml parsing (CVE-2021-21707)
* php: Use after free due to php_filter_float() failing for ints (CVE-2021-21708)
* php-pear: Directory traversal vulnerability (CVE-2021-32610)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 8.7 Release Notes linked from the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the php:7.4 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.\n\nThe following packages have been upgraded to a later upstream version: php (7.4.30), php-pear (1.10.13). (BZ#2055422)\n\nSecurity Fix(es):\n\n* php: Special character breaks path in xml parsing (CVE-2021-21707)\n\n* php: Use after free due to php_filter_float() failing for ints (CVE-2021-21708)\n\n* php-pear: Directory traversal vulnerability (CVE-2021-32610)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.7 Release Notes linked from the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2022:7628", "url": "https://access.redhat.com/errata/RHSA-2022:7628" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.7_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.7_release_notes/index" }, { "category": "external", "summary": "1988558", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1988558" }, { "category": "external", "summary": "2026045", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2026045" }, { "category": "external", "summary": "2055422", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2055422" }, { "category": "external", "summary": "2055879", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2055879" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_7628.json" } ], "title": "Red Hat Security Advisory: php:7.4 security, bug fix, and enhancement update", "tracking": { "current_release_date": "2025-02-14T13:05:54+00:00", "generator": { "date": "2025-02-14T13:05:54+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2022:7628", "initial_release_date": "2022-11-08T10:18:57+00:00", "revision_history": [ { "date": "2022-11-08T10:18:57+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-11-08T10:18:57+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-14T13:05:54+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.7.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "php:7.4:8070020220707122009:afd00e68", "product": { "name": "php:7.4:8070020220707122009:afd00e68", "product_id": "php:7.4:8070020220707122009:afd00e68", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/php@7.4:8070020220707122009:afd00e68" } } }, { "category": "product_version", "name": "apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "product": { "name": "apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "product_id": "apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/apcu-panel@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=noarch" } } }, { "category": "product_version", "name": "php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch", "product": { "name": "php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch", "product_id": "php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pear@1.10.13-1.module%2Bel8.7.0%2B15127%2Ba450a8db?arch=noarch\u0026epoch=1" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "product": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "product_id": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=src" } } }, { "category": "product_version", "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src", "product": { "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src", "product_id": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=src" } } }, { "category": "product_version", "name": "php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src", "product": { "name": "php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src", "product_id": "php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pear@1.10.13-1.module%2Bel8.7.0%2B15127%2Ba450a8db?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "product": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "product_id": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=src" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "product": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=src" } } }, { "category": "product_version", "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "product": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "product_id": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=src" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "product": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "product_id": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, "product_reference": "php:7.4:8070020220707122009:afd00e68", "relates_to_product_reference": "AppStream-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch" }, "product_reference": "apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src" }, "product_reference": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src" }, "product_reference": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch" }, "product_reference": "php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src" }, "product_reference": "php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src" }, "product_reference": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src" }, "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src" }, "product_reference": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src" }, "product_reference": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-21707", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2021-11-18T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2026045" } ], "notes": [ { "category": "description", "text": "A flaw was found in php. The main cause of this vulnerability is improper input validation while parsing an Extensible Markup Language(XML) entity. A special character could allow an attacker to traverse directories. The highest threat from this vulnerability is confidentiality.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Special character breaks path in xml parsing", "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.7.0.GA:php:7.4:8070020220707122009:afd00e68", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-21707" }, { "category": "external", "summary": "RHBZ#2026045", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2026045" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-21707", "url": "https://www.cve.org/CVERecord?id=CVE-2021-21707" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-21707", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-21707" } ], "release_date": "2021-11-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-08T10:18:57+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7628" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Special character breaks path in xml parsing" }, { "cve": "CVE-2021-21708", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-02-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2055879" } ], "notes": [ { "category": "description", "text": "A flaw was found in PHP. The vulnerability occurs due to the malformed php_filter_float() function and leads to a use-after-free vulnerability. This flaw allows an attacker to inject a malicious file, leading to a crash or a Segmentation fault.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Use after free due to php_filter_float() failing for ints", "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.7.0.GA:php:7.4:8070020220707122009:afd00e68", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-21708" }, { "category": "external", "summary": "RHBZ#2055879", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2055879" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-21708", "url": "https://www.cve.org/CVERecord?id=CVE-2021-21708" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-21708", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-21708" }, { "category": "external", "summary": "https://www.php.net/ChangeLog-7.php#PHP_7_4", "url": "https://www.php.net/ChangeLog-7.php#PHP_7_4" } ], "release_date": "2022-02-17T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-08T10:18:57+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7628" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "php: Use after free due to php_filter_float() failing for ints" }, { "cve": "CVE-2021-32610", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2021-07-30T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1988558" } ], "notes": [ { "category": "description", "text": "In Archive_Tar before 1.4.14, symlinks can refer to targets outside of the extracted archive, a different vulnerability than CVE-2020-36193.", "title": "Vulnerability description" }, { "category": "summary", "text": "php-pear: Directory traversal vulnerability", "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.7.0.GA:php:7.4:8070020220707122009:afd00e68", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-32610" }, { "category": "external", "summary": "RHBZ#1988558", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1988558" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-32610", "url": "https://www.cve.org/CVERecord?id=CVE-2021-32610" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-32610", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-32610" } ], "release_date": "2021-07-30T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-08T10:18:57+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7628" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php-pear: Directory traversal vulnerability" } ] }
rhsa-2022_8197
Vulnerability from csaf_redhat
Published
2022-11-15 10:20
Modified
2024-11-22 19:49
Summary
Red Hat Security Advisory: php security, bug fix, and enhancement update
Notes
Topic
An update for php is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.
The following packages have been upgraded to a later upstream version: php (8.0.20). (BZ#2095752)
Security Fix(es):
* php: Use after free due to php_filter_float() failing for ints (CVE-2021-21708)
* php: Uninitialized array in pg_query_params() leading to RCE (CVE-2022-31625)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 9.1 Release Notes linked from the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for php is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.\n\nThe following packages have been upgraded to a later upstream version: php (8.0.20). (BZ#2095752)\n\nSecurity Fix(es):\n\n* php: Use after free due to php_filter_float() failing for ints (CVE-2021-21708)\n\n* php: Uninitialized array in pg_query_params() leading to RCE (CVE-2022-31625)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.1 Release Notes linked from the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2022:8197", "url": "https://access.redhat.com/errata/RHSA-2022:8197" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.1_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.1_release_notes/index" }, { "category": "external", "summary": "2055879", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2055879" }, { "category": "external", "summary": "2095447", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2095447" }, { "category": "external", "summary": "2095752", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2095752" }, { "category": "external", "summary": "2098521", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2098521" }, { "category": "external", "summary": "2104630", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104630" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_8197.json" } ], "title": "Red Hat Security Advisory: php security, bug fix, and enhancement update", "tracking": { "current_release_date": "2024-11-22T19:49:12+00:00", "generator": { "date": "2024-11-22T19:49:12+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2022:8197", "initial_release_date": "2022-11-15T10:20:27+00:00", "revision_history": [ { "date": "2022-11-15T10:20:27+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-11-15T10:20:27+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-22T19:49:12+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.1.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "php-0:8.0.20-3.el9.src", "product": { "name": "php-0:8.0.20-3.el9.src", "product_id": "php-0:8.0.20-3.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-3.el9?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "php-0:8.0.20-3.el9.aarch64", "product": { "name": "php-0:8.0.20-3.el9.aarch64", "product_id": "php-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.20-3.el9.aarch64", "product": { "name": "php-bcmath-0:8.0.20-3.el9.aarch64", "product_id": "php-bcmath-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-cli-0:8.0.20-3.el9.aarch64", "product": { "name": "php-cli-0:8.0.20-3.el9.aarch64", "product_id": "php-cli-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-common-0:8.0.20-3.el9.aarch64", "product": { "name": "php-common-0:8.0.20-3.el9.aarch64", "product_id": "php-common-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-dba-0:8.0.20-3.el9.aarch64", "product": { "name": "php-dba-0:8.0.20-3.el9.aarch64", "product_id": "php-dba-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.20-3.el9.aarch64", "product": { "name": "php-dbg-0:8.0.20-3.el9.aarch64", "product_id": "php-dbg-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-devel-0:8.0.20-3.el9.aarch64", "product": { "name": "php-devel-0:8.0.20-3.el9.aarch64", "product_id": "php-devel-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.20-3.el9.aarch64", "product": { "name": "php-embedded-0:8.0.20-3.el9.aarch64", "product_id": "php-embedded-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.20-3.el9.aarch64", "product": { "name": "php-enchant-0:8.0.20-3.el9.aarch64", "product_id": "php-enchant-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.20-3.el9.aarch64", "product": { "name": "php-ffi-0:8.0.20-3.el9.aarch64", "product_id": "php-ffi-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.20-3.el9.aarch64", "product": { "name": "php-fpm-0:8.0.20-3.el9.aarch64", "product_id": "php-fpm-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-gd-0:8.0.20-3.el9.aarch64", "product": { "name": "php-gd-0:8.0.20-3.el9.aarch64", "product_id": "php-gd-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.20-3.el9.aarch64", "product": { "name": "php-gmp-0:8.0.20-3.el9.aarch64", "product_id": "php-gmp-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-intl-0:8.0.20-3.el9.aarch64", "product": { "name": "php-intl-0:8.0.20-3.el9.aarch64", "product_id": "php-intl-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.20-3.el9.aarch64", "product": { "name": "php-ldap-0:8.0.20-3.el9.aarch64", "product_id": "php-ldap-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.20-3.el9.aarch64", "product": { "name": "php-mbstring-0:8.0.20-3.el9.aarch64", "product_id": "php-mbstring-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.20-3.el9.aarch64", "product": { "name": "php-mysqlnd-0:8.0.20-3.el9.aarch64", "product_id": "php-mysqlnd-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.20-3.el9.aarch64", "product": { "name": "php-odbc-0:8.0.20-3.el9.aarch64", "product_id": "php-odbc-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.20-3.el9.aarch64", "product": { "name": "php-opcache-0:8.0.20-3.el9.aarch64", "product_id": "php-opcache-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-pdo-0:8.0.20-3.el9.aarch64", "product_id": "php-pdo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.20-3.el9.aarch64", "product": { "name": "php-pgsql-0:8.0.20-3.el9.aarch64", "product_id": "php-pgsql-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-process-0:8.0.20-3.el9.aarch64", "product": { "name": "php-process-0:8.0.20-3.el9.aarch64", "product_id": "php-process-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.20-3.el9.aarch64", "product": { "name": "php-snmp-0:8.0.20-3.el9.aarch64", "product_id": "php-snmp-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-soap-0:8.0.20-3.el9.aarch64", "product": { "name": "php-soap-0:8.0.20-3.el9.aarch64", "product_id": "php-soap-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-xml-0:8.0.20-3.el9.aarch64", "product": { "name": "php-xml-0:8.0.20-3.el9.aarch64", "product_id": "php-xml-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.20-3.el9.aarch64", "product": { "name": "php-debugsource-0:8.0.20-3.el9.aarch64", "product_id": "php-debugsource-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-common-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-common-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-process-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-process-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.20-3.el9?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "php-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-0:8.0.20-3.el9.ppc64le", "product_id": "php-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-bcmath-0:8.0.20-3.el9.ppc64le", "product_id": "php-bcmath-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-cli-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-cli-0:8.0.20-3.el9.ppc64le", "product_id": "php-cli-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-common-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-common-0:8.0.20-3.el9.ppc64le", "product_id": "php-common-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dba-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-dba-0:8.0.20-3.el9.ppc64le", "product_id": "php-dba-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-dbg-0:8.0.20-3.el9.ppc64le", "product_id": "php-dbg-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-devel-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-devel-0:8.0.20-3.el9.ppc64le", "product_id": "php-devel-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-embedded-0:8.0.20-3.el9.ppc64le", "product_id": "php-embedded-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-enchant-0:8.0.20-3.el9.ppc64le", "product_id": "php-enchant-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-ffi-0:8.0.20-3.el9.ppc64le", "product_id": "php-ffi-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-fpm-0:8.0.20-3.el9.ppc64le", "product_id": "php-fpm-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gd-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-gd-0:8.0.20-3.el9.ppc64le", "product_id": "php-gd-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-gmp-0:8.0.20-3.el9.ppc64le", "product_id": "php-gmp-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-intl-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-intl-0:8.0.20-3.el9.ppc64le", "product_id": "php-intl-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-ldap-0:8.0.20-3.el9.ppc64le", "product_id": "php-ldap-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-mbstring-0:8.0.20-3.el9.ppc64le", "product_id": "php-mbstring-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-mysqlnd-0:8.0.20-3.el9.ppc64le", "product_id": "php-mysqlnd-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-odbc-0:8.0.20-3.el9.ppc64le", "product_id": "php-odbc-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-opcache-0:8.0.20-3.el9.ppc64le", "product_id": "php-opcache-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-pdo-0:8.0.20-3.el9.ppc64le", "product_id": "php-pdo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-pgsql-0:8.0.20-3.el9.ppc64le", "product_id": "php-pgsql-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-process-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-process-0:8.0.20-3.el9.ppc64le", "product_id": "php-process-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-snmp-0:8.0.20-3.el9.ppc64le", "product_id": "php-snmp-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-soap-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-soap-0:8.0.20-3.el9.ppc64le", "product_id": "php-soap-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xml-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-xml-0:8.0.20-3.el9.ppc64le", "product_id": "php-xml-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-debugsource-0:8.0.20-3.el9.ppc64le", "product_id": "php-debugsource-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.20-3.el9?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "php-0:8.0.20-3.el9.x86_64", "product": { "name": "php-0:8.0.20-3.el9.x86_64", "product_id": "php-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.20-3.el9.x86_64", "product": { "name": "php-bcmath-0:8.0.20-3.el9.x86_64", "product_id": "php-bcmath-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-cli-0:8.0.20-3.el9.x86_64", "product": { "name": "php-cli-0:8.0.20-3.el9.x86_64", "product_id": "php-cli-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-common-0:8.0.20-3.el9.x86_64", "product": { "name": "php-common-0:8.0.20-3.el9.x86_64", "product_id": "php-common-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-dba-0:8.0.20-3.el9.x86_64", "product": { "name": "php-dba-0:8.0.20-3.el9.x86_64", "product_id": "php-dba-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.20-3.el9.x86_64", "product": { "name": "php-dbg-0:8.0.20-3.el9.x86_64", "product_id": "php-dbg-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-devel-0:8.0.20-3.el9.x86_64", "product": { "name": "php-devel-0:8.0.20-3.el9.x86_64", "product_id": "php-devel-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.20-3.el9.x86_64", "product": { "name": "php-embedded-0:8.0.20-3.el9.x86_64", "product_id": "php-embedded-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.20-3.el9.x86_64", "product": { "name": "php-enchant-0:8.0.20-3.el9.x86_64", "product_id": "php-enchant-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.20-3.el9.x86_64", "product": { "name": "php-ffi-0:8.0.20-3.el9.x86_64", "product_id": "php-ffi-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.20-3.el9.x86_64", "product": { "name": "php-fpm-0:8.0.20-3.el9.x86_64", "product_id": "php-fpm-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-gd-0:8.0.20-3.el9.x86_64", "product": { "name": "php-gd-0:8.0.20-3.el9.x86_64", "product_id": "php-gd-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.20-3.el9.x86_64", "product": { "name": "php-gmp-0:8.0.20-3.el9.x86_64", "product_id": "php-gmp-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-intl-0:8.0.20-3.el9.x86_64", "product": { "name": "php-intl-0:8.0.20-3.el9.x86_64", "product_id": "php-intl-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.20-3.el9.x86_64", "product": { "name": "php-ldap-0:8.0.20-3.el9.x86_64", "product_id": "php-ldap-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.20-3.el9.x86_64", "product": { "name": "php-mbstring-0:8.0.20-3.el9.x86_64", "product_id": "php-mbstring-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.20-3.el9.x86_64", "product": { "name": "php-mysqlnd-0:8.0.20-3.el9.x86_64", "product_id": "php-mysqlnd-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.20-3.el9.x86_64", "product": { "name": "php-odbc-0:8.0.20-3.el9.x86_64", "product_id": "php-odbc-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.20-3.el9.x86_64", "product": { "name": "php-opcache-0:8.0.20-3.el9.x86_64", "product_id": "php-opcache-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-pdo-0:8.0.20-3.el9.x86_64", "product_id": "php-pdo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.20-3.el9.x86_64", "product": { "name": "php-pgsql-0:8.0.20-3.el9.x86_64", "product_id": "php-pgsql-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-process-0:8.0.20-3.el9.x86_64", "product": { "name": "php-process-0:8.0.20-3.el9.x86_64", "product_id": "php-process-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.20-3.el9.x86_64", "product": { "name": "php-snmp-0:8.0.20-3.el9.x86_64", "product_id": "php-snmp-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-soap-0:8.0.20-3.el9.x86_64", "product": { "name": "php-soap-0:8.0.20-3.el9.x86_64", "product_id": "php-soap-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-xml-0:8.0.20-3.el9.x86_64", "product": { "name": "php-xml-0:8.0.20-3.el9.x86_64", "product_id": "php-xml-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.20-3.el9.x86_64", "product": { "name": "php-debugsource-0:8.0.20-3.el9.x86_64", "product_id": "php-debugsource-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-common-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-common-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-process-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-process-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-xml-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-xml-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.20-3.el9?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "php-0:8.0.20-3.el9.s390x", "product": { "name": "php-0:8.0.20-3.el9.s390x", "product_id": "php-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.20-3.el9.s390x", "product": { "name": "php-bcmath-0:8.0.20-3.el9.s390x", "product_id": "php-bcmath-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-cli-0:8.0.20-3.el9.s390x", "product": { "name": "php-cli-0:8.0.20-3.el9.s390x", "product_id": "php-cli-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-common-0:8.0.20-3.el9.s390x", "product": { "name": "php-common-0:8.0.20-3.el9.s390x", "product_id": "php-common-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-dba-0:8.0.20-3.el9.s390x", "product": { "name": "php-dba-0:8.0.20-3.el9.s390x", "product_id": "php-dba-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.20-3.el9.s390x", "product": { "name": "php-dbg-0:8.0.20-3.el9.s390x", "product_id": "php-dbg-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-devel-0:8.0.20-3.el9.s390x", "product": { "name": "php-devel-0:8.0.20-3.el9.s390x", "product_id": "php-devel-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.20-3.el9.s390x", "product": { "name": "php-embedded-0:8.0.20-3.el9.s390x", "product_id": "php-embedded-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.20-3.el9.s390x", "product": { "name": "php-enchant-0:8.0.20-3.el9.s390x", "product_id": "php-enchant-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.20-3.el9.s390x", "product": { "name": "php-ffi-0:8.0.20-3.el9.s390x", "product_id": "php-ffi-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.20-3.el9.s390x", "product": { "name": "php-fpm-0:8.0.20-3.el9.s390x", "product_id": "php-fpm-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-gd-0:8.0.20-3.el9.s390x", "product": { "name": "php-gd-0:8.0.20-3.el9.s390x", "product_id": "php-gd-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.20-3.el9.s390x", "product": { "name": "php-gmp-0:8.0.20-3.el9.s390x", "product_id": "php-gmp-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-intl-0:8.0.20-3.el9.s390x", "product": { "name": "php-intl-0:8.0.20-3.el9.s390x", "product_id": "php-intl-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.20-3.el9.s390x", "product": { "name": "php-ldap-0:8.0.20-3.el9.s390x", "product_id": "php-ldap-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.20-3.el9.s390x", "product": { "name": "php-mbstring-0:8.0.20-3.el9.s390x", "product_id": "php-mbstring-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.20-3.el9.s390x", "product": { "name": "php-mysqlnd-0:8.0.20-3.el9.s390x", "product_id": "php-mysqlnd-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.20-3.el9.s390x", "product": { "name": "php-odbc-0:8.0.20-3.el9.s390x", "product_id": "php-odbc-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.20-3.el9.s390x", "product": { "name": "php-opcache-0:8.0.20-3.el9.s390x", "product_id": "php-opcache-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.20-3.el9.s390x", "product": { "name": "php-pdo-0:8.0.20-3.el9.s390x", "product_id": "php-pdo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.20-3.el9.s390x", "product": { "name": "php-pgsql-0:8.0.20-3.el9.s390x", "product_id": "php-pgsql-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-process-0:8.0.20-3.el9.s390x", "product": { "name": "php-process-0:8.0.20-3.el9.s390x", "product_id": "php-process-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.20-3.el9.s390x", "product": { "name": "php-snmp-0:8.0.20-3.el9.s390x", "product_id": "php-snmp-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-soap-0:8.0.20-3.el9.s390x", "product": { "name": "php-soap-0:8.0.20-3.el9.s390x", "product_id": "php-soap-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-xml-0:8.0.20-3.el9.s390x", "product": { "name": "php-xml-0:8.0.20-3.el9.s390x", "product_id": "php-xml-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.20-3.el9.s390x", "product": { "name": "php-debugsource-0:8.0.20-3.el9.s390x", "product_id": "php-debugsource-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-cli-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-cli-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-common-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-common-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-dba-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-dba-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-gd-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-gd-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-intl-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-intl-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-process-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-process-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-soap-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-soap-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-xml-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-xml-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.20-3.el9?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.s390x" }, "product_reference": "php-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-3.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.src" }, "product_reference": "php-0:8.0.20-3.el9.src", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-bcmath-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-bcmath-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.s390x" }, "product_reference": "php-bcmath-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-bcmath-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-cli-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-cli-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.s390x" }, "product_reference": "php-cli-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-cli-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-cli-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-common-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-common-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.s390x" }, "product_reference": "php-common-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-common-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-common-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-common-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-common-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-dba-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-dba-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.s390x" }, "product_reference": "php-dba-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-dba-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-dba-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-dbg-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-dbg-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.s390x" }, "product_reference": "php-dbg-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-dbg-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-debugsource-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-debugsource-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.s390x" }, "product_reference": "php-debugsource-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-debugsource-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-devel-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-devel-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.s390x" }, "product_reference": "php-devel-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-devel-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-embedded-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-embedded-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.s390x" }, "product_reference": "php-embedded-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-embedded-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-enchant-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-enchant-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.s390x" }, "product_reference": "php-enchant-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-enchant-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-ffi-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-ffi-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.s390x" }, "product_reference": "php-ffi-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-ffi-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-fpm-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-fpm-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.s390x" }, "product_reference": "php-fpm-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-fpm-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-gd-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-gd-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.s390x" }, "product_reference": "php-gd-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-gd-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-gd-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-gmp-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-gmp-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.s390x" }, "product_reference": "php-gmp-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-gmp-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-intl-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-intl-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.s390x" }, "product_reference": "php-intl-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-intl-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-intl-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-ldap-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-ldap-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.s390x" }, "product_reference": "php-ldap-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-ldap-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-mbstring-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-mbstring-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.s390x" }, "product_reference": "php-mbstring-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-mbstring-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-mysqlnd-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-mysqlnd-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.s390x" }, "product_reference": "php-mysqlnd-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-mysqlnd-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-odbc-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-odbc-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.s390x" }, "product_reference": "php-odbc-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-odbc-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-opcache-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-opcache-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.s390x" }, "product_reference": "php-opcache-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-opcache-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-pdo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-pdo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-pdo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-pdo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-pgsql-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-pgsql-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.s390x" }, "product_reference": "php-pgsql-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-pgsql-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-process-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-process-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.s390x" }, "product_reference": "php-process-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-process-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-process-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-process-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-process-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-snmp-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-snmp-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.s390x" }, "product_reference": "php-snmp-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-snmp-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-soap-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-soap-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.s390x" }, "product_reference": "php-soap-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-soap-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-soap-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-xml-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-xml-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.s390x" }, "product_reference": "php-xml-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-xml-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-xml-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-xml-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-21708", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-02-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2055879" } ], "notes": [ { "category": "description", "text": "A flaw was found in PHP. The vulnerability occurs due to the malformed php_filter_float() function and leads to a use-after-free vulnerability. This flaw allows an attacker to inject a malicious file, leading to a crash or a Segmentation fault.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Use after free due to php_filter_float() failing for ints", "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.1.0.GA:php-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.src", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-21708" }, { "category": "external", "summary": "RHBZ#2055879", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2055879" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-21708", "url": "https://www.cve.org/CVERecord?id=CVE-2021-21708" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-21708", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-21708" }, { "category": "external", "summary": "https://www.php.net/ChangeLog-7.php#PHP_7_4", "url": "https://www.php.net/ChangeLog-7.php#PHP_7_4" } ], "release_date": "2022-02-17T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-15T10:20:27+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.src", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8197" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.src", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Use after free due to php_filter_float() failing for ints" }, { "cve": "CVE-2022-31625", "cwe": { "id": "CWE-824", "name": "Access of Uninitialized Pointer" }, "discovery_date": "2022-06-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2098521" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PHP due to an uninitialized array in pg_query_params() function. When using the Postgres database extension, supplying invalid parameters to the parameterized query may lead to PHP attempting to free memory, using uninitialized data as pointers. This flaw allows a remote attacker with the ability to control query parameters to execute arbitrary code on the system or may cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Uninitialized array in pg_query_params() leading to RCE", "title": "Vulnerability summary" }, { "category": "other", "text": "This CVE rated as moderate because attack complexity is high, and creating/supplying invalid parameters is complex while using a Postgres database extension.", "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.1.0.GA:php-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.src", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-31625" }, { "category": "external", "summary": "RHBZ#2098521", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2098521" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-31625", "url": "https://www.cve.org/CVERecord?id=CVE-2022-31625" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31625", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31625" }, { "category": "external", "summary": "https://bugs.php.net/bug.php?id=81720", "url": "https://bugs.php.net/bug.php?id=81720" } ], "release_date": "2022-05-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-15T10:20:27+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.src", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8197" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.src", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Uninitialized array in pg_query_params() leading to RCE" } ] }
rhsa-2022_7628
Vulnerability from csaf_redhat
Published
2022-11-08 10:18
Modified
2024-11-22 19:53
Summary
Red Hat Security Advisory: php:7.4 security, bug fix, and enhancement update
Notes
Topic
An update for the php:7.4 module is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.
The following packages have been upgraded to a later upstream version: php (7.4.30), php-pear (1.10.13). (BZ#2055422)
Security Fix(es):
* php: Special character breaks path in xml parsing (CVE-2021-21707)
* php: Use after free due to php_filter_float() failing for ints (CVE-2021-21708)
* php-pear: Directory traversal vulnerability (CVE-2021-32610)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 8.7 Release Notes linked from the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the php:7.4 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.\n\nThe following packages have been upgraded to a later upstream version: php (7.4.30), php-pear (1.10.13). (BZ#2055422)\n\nSecurity Fix(es):\n\n* php: Special character breaks path in xml parsing (CVE-2021-21707)\n\n* php: Use after free due to php_filter_float() failing for ints (CVE-2021-21708)\n\n* php-pear: Directory traversal vulnerability (CVE-2021-32610)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.7 Release Notes linked from the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2022:7628", "url": "https://access.redhat.com/errata/RHSA-2022:7628" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.7_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.7_release_notes/index" }, { "category": "external", "summary": "1988558", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1988558" }, { "category": "external", "summary": "2026045", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2026045" }, { "category": "external", "summary": "2055422", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2055422" }, { "category": "external", "summary": "2055879", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2055879" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_7628.json" } ], "title": "Red Hat Security Advisory: php:7.4 security, bug fix, and enhancement update", "tracking": { "current_release_date": "2024-11-22T19:53:06+00:00", "generator": { "date": "2024-11-22T19:53:06+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2022:7628", "initial_release_date": "2022-11-08T10:18:57+00:00", "revision_history": [ { "date": "2022-11-08T10:18:57+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-11-08T10:18:57+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-22T19:53:06+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "php:7.4:8070020220707122009:afd00e68", "product": { "name": "php:7.4:8070020220707122009:afd00e68", "product_id": "php:7.4:8070020220707122009:afd00e68", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/php@7.4:8070020220707122009:afd00e68" } } }, { "category": "product_version", "name": "apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "product": { "name": "apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "product_id": "apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/apcu-panel@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=noarch" } } }, { "category": "product_version", "name": "php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch", "product": { "name": "php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch", "product_id": "php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pear@1.10.13-1.module%2Bel8.7.0%2B15127%2Ba450a8db?arch=noarch\u0026epoch=1" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "product": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "product_id": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=src" } } }, { "category": "product_version", "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src", "product": { "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src", "product_id": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=src" } } }, { "category": "product_version", "name": "php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src", "product": { "name": "php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src", "product_id": "php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pear@1.10.13-1.module%2Bel8.7.0%2B15127%2Ba450a8db?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "product": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "product_id": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=src" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "product": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=src" } } }, { "category": "product_version", "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "product": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "product_id": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=src" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "product": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "product_id": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, "product_reference": "php:7.4:8070020220707122009:afd00e68", "relates_to_product_reference": "AppStream-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch" }, "product_reference": "apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src" }, "product_reference": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src" }, "product_reference": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch" }, "product_reference": "php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src" }, "product_reference": "php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src" }, "product_reference": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src" }, "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src" }, "product_reference": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src" }, "product_reference": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-21707", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2021-11-18T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2026045" } ], "notes": [ { "category": "description", "text": "A flaw was found in php. The main cause of this vulnerability is improper input validation while parsing an Extensible Markup Language(XML) entity. A special character could allow an attacker to traverse directories. The highest threat from this vulnerability is confidentiality.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Special character breaks path in xml parsing", "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.7.0.GA:php:7.4:8070020220707122009:afd00e68", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-21707" }, { "category": "external", "summary": "RHBZ#2026045", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2026045" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-21707", "url": "https://www.cve.org/CVERecord?id=CVE-2021-21707" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-21707", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-21707" } ], "release_date": "2021-11-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-08T10:18:57+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7628" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Special character breaks path in xml parsing" }, { "cve": "CVE-2021-21708", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-02-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2055879" } ], "notes": [ { "category": "description", "text": "A flaw was found in PHP. The vulnerability occurs due to the malformed php_filter_float() function and leads to a use-after-free vulnerability. This flaw allows an attacker to inject a malicious file, leading to a crash or a Segmentation fault.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Use after free due to php_filter_float() failing for ints", "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.7.0.GA:php:7.4:8070020220707122009:afd00e68", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-21708" }, { "category": "external", "summary": "RHBZ#2055879", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2055879" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-21708", "url": "https://www.cve.org/CVERecord?id=CVE-2021-21708" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-21708", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-21708" }, { "category": "external", "summary": "https://www.php.net/ChangeLog-7.php#PHP_7_4", "url": "https://www.php.net/ChangeLog-7.php#PHP_7_4" } ], "release_date": "2022-02-17T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-08T10:18:57+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7628" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Use after free due to php_filter_float() failing for ints" }, { "cve": "CVE-2021-32610", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2021-07-30T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1988558" } ], "notes": [ { "category": "description", "text": "In Archive_Tar before 1.4.14, symlinks can refer to targets outside of the extracted archive, a different vulnerability than CVE-2020-36193.", "title": "Vulnerability description" }, { "category": "summary", "text": "php-pear: Directory traversal vulnerability", "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.7.0.GA:php:7.4:8070020220707122009:afd00e68", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-32610" }, { "category": "external", "summary": "RHBZ#1988558", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1988558" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-32610", "url": "https://www.cve.org/CVERecord?id=CVE-2021-32610" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-32610", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-32610" } ], "release_date": "2021-07-30T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-08T10:18:57+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7628" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php-pear: Directory traversal vulnerability" } ] }
rhsa-2022_7624
Vulnerability from csaf_redhat
Published
2022-11-08 09:45
Modified
2024-11-22 19:48
Summary
Red Hat Security Advisory: php:8.0 security, bug fix, and enhancement update
Notes
Topic
An update for the php:8.0 module is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.
The following packages have been upgraded to a later upstream version: php (8.0.20). (BZ#2100876)
Security Fix(es):
* php: Use after free due to php_filter_float() failing for ints (CVE-2021-21708)
* php: Uninitialized array in pg_query_params() leading to RCE (CVE-2022-31625)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 8.7 Release Notes linked from the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the php:8.0 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.\n\nThe following packages have been upgraded to a later upstream version: php (8.0.20). (BZ#2100876)\n\nSecurity Fix(es):\n\n* php: Use after free due to php_filter_float() failing for ints (CVE-2021-21708)\n\n* php: Uninitialized array in pg_query_params() leading to RCE (CVE-2022-31625)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.7 Release Notes linked from the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2022:7624", "url": "https://access.redhat.com/errata/RHSA-2022:7624" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.7_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.7_release_notes/index" }, { "category": "external", "summary": "2055879", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2055879" }, { "category": "external", "summary": "2098521", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2098521" }, { "category": "external", "summary": "2100876", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2100876" }, { "category": "external", "summary": "2112814", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2112814" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_7624.json" } ], "title": "Red Hat Security Advisory: php:8.0 security, bug fix, and enhancement update", "tracking": { "current_release_date": "2024-11-22T19:48:52+00:00", "generator": { "date": "2024-11-22T19:48:52+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2022:7624", "initial_release_date": "2022-11-08T09:45:29+00:00", "revision_history": [ { "date": "2022-11-08T09:45:29+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-11-08T09:45:29+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-22T19:48:52+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "php:8.0:8070020220801083134:afd00e68", "product": { "name": "php:8.0:8070020220801083134:afd00e68", "product_id": "php:8.0:8070020220801083134:afd00e68", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/php@8.0:8070020220801083134:afd00e68" } } }, { "category": "product_version", "name": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "product": { "name": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "product_id": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/apcu-panel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=noarch" } } }, { "category": "product_version", "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "product": { "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "product_id": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pear@1.10.13-1.module%2Bel8.6.0%2B13671%2B84712317?arch=noarch\u0026epoch=1" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "product": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src" } } }, { "category": "product_version", "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "product": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "product_id": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=src" } } }, { "category": "product_version", "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "product": { "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "product_id": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pear@1.10.13-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "product": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "product": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "product": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "product": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, "product_reference": "php:8.0:8070020220801083134:afd00e68", "relates_to_product_reference": "AppStream-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch" }, "product_reference": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src" }, "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src" }, "product_reference": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch" }, "product_reference": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src" }, "product_reference": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src" }, "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src" }, "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src" }, "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src" }, "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-21708", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-02-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2055879" } ], "notes": [ { "category": "description", "text": "A flaw was found in PHP. The vulnerability occurs due to the malformed php_filter_float() function and leads to a use-after-free vulnerability. This flaw allows an attacker to inject a malicious file, leading to a crash or a Segmentation fault.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Use after free due to php_filter_float() failing for ints", "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.7.0.GA:php:8.0:8070020220801083134:afd00e68", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-21708" }, { "category": "external", "summary": "RHBZ#2055879", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2055879" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-21708", "url": "https://www.cve.org/CVERecord?id=CVE-2021-21708" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-21708", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-21708" }, { "category": "external", "summary": "https://www.php.net/ChangeLog-7.php#PHP_7_4", "url": "https://www.php.net/ChangeLog-7.php#PHP_7_4" } ], "release_date": "2022-02-17T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-08T09:45:29+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7624" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Use after free due to php_filter_float() failing for ints" }, { "cve": "CVE-2022-31625", "cwe": { "id": "CWE-824", "name": "Access of Uninitialized Pointer" }, "discovery_date": "2022-06-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2098521" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PHP due to an uninitialized array in pg_query_params() function. When using the Postgres database extension, supplying invalid parameters to the parameterized query may lead to PHP attempting to free memory, using uninitialized data as pointers. This flaw allows a remote attacker with the ability to control query parameters to execute arbitrary code on the system or may cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Uninitialized array in pg_query_params() leading to RCE", "title": "Vulnerability summary" }, { "category": "other", "text": "This CVE rated as moderate because attack complexity is high, and creating/supplying invalid parameters is complex while using a Postgres database extension.", "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.7.0.GA:php:8.0:8070020220801083134:afd00e68", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-31625" }, { "category": "external", "summary": "RHBZ#2098521", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2098521" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-31625", "url": "https://www.cve.org/CVERecord?id=CVE-2022-31625" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31625", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31625" }, { "category": "external", "summary": "https://bugs.php.net/bug.php?id=81720", "url": "https://bugs.php.net/bug.php?id=81720" } ], "release_date": "2022-05-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-08T09:45:29+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7624" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Uninitialized array in pg_query_params() leading to RCE" } ] }
RHSA-2022:7624
Vulnerability from csaf_redhat
Published
2022-11-08 09:45
Modified
2025-02-14 13:05
Summary
Red Hat Security Advisory: php:8.0 security, bug fix, and enhancement update
Notes
Topic
An update for the php:8.0 module is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.
The following packages have been upgraded to a later upstream version: php (8.0.20). (BZ#2100876)
Security Fix(es):
* php: Use after free due to php_filter_float() failing for ints (CVE-2021-21708)
* php: Uninitialized array in pg_query_params() leading to RCE (CVE-2022-31625)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 8.7 Release Notes linked from the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the php:8.0 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.\n\nThe following packages have been upgraded to a later upstream version: php (8.0.20). (BZ#2100876)\n\nSecurity Fix(es):\n\n* php: Use after free due to php_filter_float() failing for ints (CVE-2021-21708)\n\n* php: Uninitialized array in pg_query_params() leading to RCE (CVE-2022-31625)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.7 Release Notes linked from the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2022:7624", "url": "https://access.redhat.com/errata/RHSA-2022:7624" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2055879", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2055879" }, { "category": "external", "summary": "2098521", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2098521" }, { "category": "external", "summary": "2100876", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2100876" }, { "category": "external", "summary": "2112814", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2112814" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.7_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.7_release_notes/index" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_7624.json" } ], "title": "Red Hat Security Advisory: php:8.0 security, bug fix, and enhancement update", "tracking": { "current_release_date": "2025-02-14T13:05:45+00:00", "generator": { "date": "2025-02-14T13:05:45+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2022:7624", "initial_release_date": "2022-11-08T09:45:29+00:00", "revision_history": [ { "date": "2022-11-08T09:45:29+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-11-08T09:45:29+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-14T13:05: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.7.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "php:8.0:8070020220801083134:afd00e68", "product": { "name": "php:8.0:8070020220801083134:afd00e68", "product_id": "php:8.0:8070020220801083134:afd00e68", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/php@8.0:8070020220801083134:afd00e68" } } }, { "category": "product_version", "name": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "product": { "name": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "product_id": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/apcu-panel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=noarch" } } }, { "category": "product_version", "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "product": { "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "product_id": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pear@1.10.13-1.module%2Bel8.6.0%2B13671%2B84712317?arch=noarch\u0026epoch=1" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "product": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src" } } }, { "category": "product_version", "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "product": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "product_id": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=src" } } }, { "category": "product_version", "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "product": { "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "product_id": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pear@1.10.13-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "product": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "product": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "product": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "product": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, "product_reference": "php:8.0:8070020220801083134:afd00e68", "relates_to_product_reference": "AppStream-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch" }, "product_reference": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src" }, "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src" }, "product_reference": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch" }, "product_reference": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src" }, "product_reference": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src" }, "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src" }, "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src" }, "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src" }, "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-21708", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-02-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2055879" } ], "notes": [ { "category": "description", "text": "A flaw was found in PHP. The vulnerability occurs due to the malformed php_filter_float() function and leads to a use-after-free vulnerability. This flaw allows an attacker to inject a malicious file, leading to a crash or a Segmentation fault.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Use after free due to php_filter_float() failing for ints", "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.7.0.GA:php:8.0:8070020220801083134:afd00e68", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-21708" }, { "category": "external", "summary": "RHBZ#2055879", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2055879" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-21708", "url": "https://www.cve.org/CVERecord?id=CVE-2021-21708" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-21708", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-21708" }, { "category": "external", "summary": "https://www.php.net/ChangeLog-7.php#PHP_7_4", "url": "https://www.php.net/ChangeLog-7.php#PHP_7_4" } ], "release_date": "2022-02-17T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-08T09:45:29+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7624" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "php: Use after free due to php_filter_float() failing for ints" }, { "cve": "CVE-2022-31625", "cwe": { "id": "CWE-824", "name": "Access of Uninitialized Pointer" }, "discovery_date": "2022-06-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2098521" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PHP due to an uninitialized array in pg_query_params() function. When using the Postgres database extension, supplying invalid parameters to the parameterized query may lead to PHP attempting to free memory, using uninitialized data as pointers. This flaw allows a remote attacker with the ability to control query parameters to execute arbitrary code on the system or may cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Uninitialized array in pg_query_params() leading to RCE", "title": "Vulnerability summary" }, { "category": "other", "text": "This CVE rated as moderate because attack complexity is high, and creating/supplying invalid parameters is complex while using a Postgres database extension.", "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.7.0.GA:php:8.0:8070020220801083134:afd00e68", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-31625" }, { "category": "external", "summary": "RHBZ#2098521", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2098521" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-31625", "url": "https://www.cve.org/CVERecord?id=CVE-2022-31625" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31625", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31625" }, { "category": "external", "summary": "https://bugs.php.net/bug.php?id=81720", "url": "https://bugs.php.net/bug.php?id=81720" } ], "release_date": "2022-05-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-08T09:45:29+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7624" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Uninitialized array in pg_query_params() leading to RCE" } ] }
RHSA-2022:7628
Vulnerability from csaf_redhat
Published
2022-11-08 10:18
Modified
2025-02-14 13:05
Summary
Red Hat Security Advisory: php:7.4 security, bug fix, and enhancement update
Notes
Topic
An update for the php:7.4 module is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.
The following packages have been upgraded to a later upstream version: php (7.4.30), php-pear (1.10.13). (BZ#2055422)
Security Fix(es):
* php: Special character breaks path in xml parsing (CVE-2021-21707)
* php: Use after free due to php_filter_float() failing for ints (CVE-2021-21708)
* php-pear: Directory traversal vulnerability (CVE-2021-32610)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 8.7 Release Notes linked from the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the php:7.4 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.\n\nThe following packages have been upgraded to a later upstream version: php (7.4.30), php-pear (1.10.13). (BZ#2055422)\n\nSecurity Fix(es):\n\n* php: Special character breaks path in xml parsing (CVE-2021-21707)\n\n* php: Use after free due to php_filter_float() failing for ints (CVE-2021-21708)\n\n* php-pear: Directory traversal vulnerability (CVE-2021-32610)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.7 Release Notes linked from the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2022:7628", "url": "https://access.redhat.com/errata/RHSA-2022:7628" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.7_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.7_release_notes/index" }, { "category": "external", "summary": "1988558", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1988558" }, { "category": "external", "summary": "2026045", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2026045" }, { "category": "external", "summary": "2055422", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2055422" }, { "category": "external", "summary": "2055879", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2055879" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_7628.json" } ], "title": "Red Hat Security Advisory: php:7.4 security, bug fix, and enhancement update", "tracking": { "current_release_date": "2025-02-14T13:05:54+00:00", "generator": { "date": "2025-02-14T13:05:54+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2022:7628", "initial_release_date": "2022-11-08T10:18:57+00:00", "revision_history": [ { "date": "2022-11-08T10:18:57+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-11-08T10:18:57+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-14T13:05:54+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.7.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "php:7.4:8070020220707122009:afd00e68", "product": { "name": "php:7.4:8070020220707122009:afd00e68", "product_id": "php:7.4:8070020220707122009:afd00e68", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/php@7.4:8070020220707122009:afd00e68" } } }, { "category": "product_version", "name": "apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "product": { "name": "apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "product_id": "apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/apcu-panel@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=noarch" } } }, { "category": "product_version", "name": "php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch", "product": { "name": "php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch", "product_id": "php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pear@1.10.13-1.module%2Bel8.7.0%2B15127%2Ba450a8db?arch=noarch\u0026epoch=1" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } }, { "category": "product_version", "name": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product": { "name": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_id": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "product": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "product_id": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=src" } } }, { "category": "product_version", "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src", "product": { "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src", "product_id": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=src" } } }, { "category": "product_version", "name": "php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src", "product": { "name": "php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src", "product_id": "php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pear@1.10.13-1.module%2Bel8.7.0%2B15127%2Ba450a8db?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "product": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "product_id": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=src" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "product": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=src" } } }, { "category": "product_version", "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "product": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "product_id": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=src" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "product": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "product_id": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product": { "name": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_id": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } }, { "category": "product_version", "name": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product": { "name": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_id": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } }, { "category": "product_version", "name": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product": { "name": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_id": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.30-1.module%2Bel8.7.0%2B15886%2B8e29b882?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, "product_reference": "php:7.4:8070020220707122009:afd00e68", "relates_to_product_reference": "AppStream-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch" }, "product_reference": "apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src" }, "product_reference": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src" }, "product_reference": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch" }, "product_reference": "php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src" }, "product_reference": "php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src" }, "product_reference": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src" }, "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src" }, "product_reference": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src" }, "product_reference": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64" }, "product_reference": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le" }, "product_reference": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x" }, "product_reference": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64 as a component of php:7.4:8070020220707122009:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" }, "product_reference": "php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-21707", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2021-11-18T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2026045" } ], "notes": [ { "category": "description", "text": "A flaw was found in php. The main cause of this vulnerability is improper input validation while parsing an Extensible Markup Language(XML) entity. A special character could allow an attacker to traverse directories. The highest threat from this vulnerability is confidentiality.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Special character breaks path in xml parsing", "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.7.0.GA:php:7.4:8070020220707122009:afd00e68", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-21707" }, { "category": "external", "summary": "RHBZ#2026045", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2026045" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-21707", "url": "https://www.cve.org/CVERecord?id=CVE-2021-21707" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-21707", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-21707" } ], "release_date": "2021-11-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-08T10:18:57+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7628" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Special character breaks path in xml parsing" }, { "cve": "CVE-2021-21708", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-02-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2055879" } ], "notes": [ { "category": "description", "text": "A flaw was found in PHP. The vulnerability occurs due to the malformed php_filter_float() function and leads to a use-after-free vulnerability. This flaw allows an attacker to inject a malicious file, leading to a crash or a Segmentation fault.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Use after free due to php_filter_float() failing for ints", "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.7.0.GA:php:7.4:8070020220707122009:afd00e68", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-21708" }, { "category": "external", "summary": "RHBZ#2055879", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2055879" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-21708", "url": "https://www.cve.org/CVERecord?id=CVE-2021-21708" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-21708", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-21708" }, { "category": "external", "summary": "https://www.php.net/ChangeLog-7.php#PHP_7_4", "url": "https://www.php.net/ChangeLog-7.php#PHP_7_4" } ], "release_date": "2022-02-17T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-08T10:18:57+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7628" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "php: Use after free due to php_filter_float() failing for ints" }, { "cve": "CVE-2021-32610", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2021-07-30T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1988558" } ], "notes": [ { "category": "description", "text": "In Archive_Tar before 1.4.14, symlinks can refer to targets outside of the extracted archive, a different vulnerability than CVE-2020-36193.", "title": "Vulnerability description" }, { "category": "summary", "text": "php-pear: Directory traversal vulnerability", "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.7.0.GA:php:7.4:8070020220707122009:afd00e68", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-32610" }, { "category": "external", "summary": "RHBZ#1988558", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1988558" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-32610", "url": "https://www.cve.org/CVERecord?id=CVE-2021-32610" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-32610", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-32610" } ], "release_date": "2021-07-30T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-08T10:18:57+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7628" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-bcmath-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-cli-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-common-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dba-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-dbg-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-debugsource-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-devel-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-embedded-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-enchant-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ffi-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-fpm-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-gmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-intl-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-json-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-ldap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mbstring-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-mysqlnd-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-odbc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-opcache-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pdo-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.noarch", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pear-1:1.10.13-1.module+el8.7.0+15127+a450a8db.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-pgsql-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-process-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-snmp-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-soap-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xml-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.aarch64", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.ppc64le", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.s390x", "AppStream-8.7.0.GA:php:7.4:8070020220707122009:afd00e68:php-xmlrpc-debuginfo-0:7.4.30-1.module+el8.7.0+15886+8e29b882.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php-pear: Directory traversal vulnerability" } ] }
rhsa-2022:7624
Vulnerability from csaf_redhat
Published
2022-11-08 09:45
Modified
2025-02-14 13:05
Summary
Red Hat Security Advisory: php:8.0 security, bug fix, and enhancement update
Notes
Topic
An update for the php:8.0 module is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.
The following packages have been upgraded to a later upstream version: php (8.0.20). (BZ#2100876)
Security Fix(es):
* php: Use after free due to php_filter_float() failing for ints (CVE-2021-21708)
* php: Uninitialized array in pg_query_params() leading to RCE (CVE-2022-31625)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 8.7 Release Notes linked from the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the php:8.0 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.\n\nThe following packages have been upgraded to a later upstream version: php (8.0.20). (BZ#2100876)\n\nSecurity Fix(es):\n\n* php: Use after free due to php_filter_float() failing for ints (CVE-2021-21708)\n\n* php: Uninitialized array in pg_query_params() leading to RCE (CVE-2022-31625)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.7 Release Notes linked from the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2022:7624", "url": "https://access.redhat.com/errata/RHSA-2022:7624" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2055879", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2055879" }, { "category": "external", "summary": "2098521", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2098521" }, { "category": "external", "summary": "2100876", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2100876" }, { "category": "external", "summary": "2112814", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2112814" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.7_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.7_release_notes/index" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_7624.json" } ], "title": "Red Hat Security Advisory: php:8.0 security, bug fix, and enhancement update", "tracking": { "current_release_date": "2025-02-14T13:05:45+00:00", "generator": { "date": "2025-02-14T13:05:45+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2022:7624", "initial_release_date": "2022-11-08T09:45:29+00:00", "revision_history": [ { "date": "2022-11-08T09:45:29+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-11-08T09:45:29+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-14T13:05: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.7.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "php:8.0:8070020220801083134:afd00e68", "product": { "name": "php:8.0:8070020220801083134:afd00e68", "product_id": "php:8.0:8070020220801083134:afd00e68", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/php@8.0:8070020220801083134:afd00e68" } } }, { "category": "product_version", "name": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "product": { "name": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "product_id": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/apcu-panel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=noarch" } } }, { "category": "product_version", "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "product": { "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "product_id": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pear@1.10.13-1.module%2Bel8.6.0%2B13671%2B84712317?arch=noarch\u0026epoch=1" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "product": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src" } } }, { "category": "product_version", "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "product": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "product_id": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=src" } } }, { "category": "product_version", "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "product": { "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "product_id": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pear@1.10.13-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "product": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "product": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "product": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "product": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, "product_reference": "php:8.0:8070020220801083134:afd00e68", "relates_to_product_reference": "AppStream-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch" }, "product_reference": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src" }, "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src" }, "product_reference": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch" }, "product_reference": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src" }, "product_reference": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src" }, "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src" }, "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src" }, "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src" }, "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-21708", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-02-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2055879" } ], "notes": [ { "category": "description", "text": "A flaw was found in PHP. The vulnerability occurs due to the malformed php_filter_float() function and leads to a use-after-free vulnerability. This flaw allows an attacker to inject a malicious file, leading to a crash or a Segmentation fault.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Use after free due to php_filter_float() failing for ints", "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.7.0.GA:php:8.0:8070020220801083134:afd00e68", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-21708" }, { "category": "external", "summary": "RHBZ#2055879", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2055879" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-21708", "url": "https://www.cve.org/CVERecord?id=CVE-2021-21708" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-21708", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-21708" }, { "category": "external", "summary": "https://www.php.net/ChangeLog-7.php#PHP_7_4", "url": "https://www.php.net/ChangeLog-7.php#PHP_7_4" } ], "release_date": "2022-02-17T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-08T09:45:29+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7624" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "php: Use after free due to php_filter_float() failing for ints" }, { "cve": "CVE-2022-31625", "cwe": { "id": "CWE-824", "name": "Access of Uninitialized Pointer" }, "discovery_date": "2022-06-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2098521" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PHP due to an uninitialized array in pg_query_params() function. When using the Postgres database extension, supplying invalid parameters to the parameterized query may lead to PHP attempting to free memory, using uninitialized data as pointers. This flaw allows a remote attacker with the ability to control query parameters to execute arbitrary code on the system or may cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Uninitialized array in pg_query_params() leading to RCE", "title": "Vulnerability summary" }, { "category": "other", "text": "This CVE rated as moderate because attack complexity is high, and creating/supplying invalid parameters is complex while using a Postgres database extension.", "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.7.0.GA:php:8.0:8070020220801083134:afd00e68", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-31625" }, { "category": "external", "summary": "RHBZ#2098521", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2098521" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-31625", "url": "https://www.cve.org/CVERecord?id=CVE-2022-31625" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31625", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31625" }, { "category": "external", "summary": "https://bugs.php.net/bug.php?id=81720", "url": "https://bugs.php.net/bug.php?id=81720" } ], "release_date": "2022-05-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-08T09:45:29+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7624" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Uninitialized array in pg_query_params() leading to RCE" } ] }
RHSA-2022:8197
Vulnerability from csaf_redhat
Published
2022-11-15 10:20
Modified
2025-02-14 13:06
Summary
Red Hat Security Advisory: php security, bug fix, and enhancement update
Notes
Topic
An update for php is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.
The following packages have been upgraded to a later upstream version: php (8.0.20). (BZ#2095752)
Security Fix(es):
* php: Use after free due to php_filter_float() failing for ints (CVE-2021-21708)
* php: Uninitialized array in pg_query_params() leading to RCE (CVE-2022-31625)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 9.1 Release Notes linked from the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for php is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.\n\nThe following packages have been upgraded to a later upstream version: php (8.0.20). (BZ#2095752)\n\nSecurity Fix(es):\n\n* php: Use after free due to php_filter_float() failing for ints (CVE-2021-21708)\n\n* php: Uninitialized array in pg_query_params() leading to RCE (CVE-2022-31625)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.1 Release Notes linked from the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2022:8197", "url": "https://access.redhat.com/errata/RHSA-2022:8197" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.1_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.1_release_notes/index" }, { "category": "external", "summary": "2055879", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2055879" }, { "category": "external", "summary": "2095447", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2095447" }, { "category": "external", "summary": "2095752", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2095752" }, { "category": "external", "summary": "2098521", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2098521" }, { "category": "external", "summary": "2104630", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104630" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_8197.json" } ], "title": "Red Hat Security Advisory: php security, bug fix, and enhancement update", "tracking": { "current_release_date": "2025-02-14T13:06:03+00:00", "generator": { "date": "2025-02-14T13:06:03+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2022:8197", "initial_release_date": "2022-11-15T10:20:27+00:00", "revision_history": [ { "date": "2022-11-15T10:20:27+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-11-15T10:20:27+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-14T13:06:03+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.1.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "php-0:8.0.20-3.el9.src", "product": { "name": "php-0:8.0.20-3.el9.src", "product_id": "php-0:8.0.20-3.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-3.el9?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "php-0:8.0.20-3.el9.aarch64", "product": { "name": "php-0:8.0.20-3.el9.aarch64", "product_id": "php-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.20-3.el9.aarch64", "product": { "name": "php-bcmath-0:8.0.20-3.el9.aarch64", "product_id": "php-bcmath-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-cli-0:8.0.20-3.el9.aarch64", "product": { "name": "php-cli-0:8.0.20-3.el9.aarch64", "product_id": "php-cli-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-common-0:8.0.20-3.el9.aarch64", "product": { "name": "php-common-0:8.0.20-3.el9.aarch64", "product_id": "php-common-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-dba-0:8.0.20-3.el9.aarch64", "product": { "name": "php-dba-0:8.0.20-3.el9.aarch64", "product_id": "php-dba-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.20-3.el9.aarch64", "product": { "name": "php-dbg-0:8.0.20-3.el9.aarch64", "product_id": "php-dbg-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-devel-0:8.0.20-3.el9.aarch64", "product": { "name": "php-devel-0:8.0.20-3.el9.aarch64", "product_id": "php-devel-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.20-3.el9.aarch64", "product": { "name": "php-embedded-0:8.0.20-3.el9.aarch64", "product_id": "php-embedded-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.20-3.el9.aarch64", "product": { "name": "php-enchant-0:8.0.20-3.el9.aarch64", "product_id": "php-enchant-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.20-3.el9.aarch64", "product": { "name": "php-ffi-0:8.0.20-3.el9.aarch64", "product_id": "php-ffi-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.20-3.el9.aarch64", "product": { "name": "php-fpm-0:8.0.20-3.el9.aarch64", "product_id": "php-fpm-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-gd-0:8.0.20-3.el9.aarch64", "product": { "name": "php-gd-0:8.0.20-3.el9.aarch64", "product_id": "php-gd-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.20-3.el9.aarch64", "product": { "name": "php-gmp-0:8.0.20-3.el9.aarch64", "product_id": "php-gmp-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-intl-0:8.0.20-3.el9.aarch64", "product": { "name": "php-intl-0:8.0.20-3.el9.aarch64", "product_id": "php-intl-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.20-3.el9.aarch64", "product": { "name": "php-ldap-0:8.0.20-3.el9.aarch64", "product_id": "php-ldap-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.20-3.el9.aarch64", "product": { "name": "php-mbstring-0:8.0.20-3.el9.aarch64", "product_id": "php-mbstring-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.20-3.el9.aarch64", "product": { "name": "php-mysqlnd-0:8.0.20-3.el9.aarch64", "product_id": "php-mysqlnd-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.20-3.el9.aarch64", "product": { "name": "php-odbc-0:8.0.20-3.el9.aarch64", "product_id": "php-odbc-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.20-3.el9.aarch64", "product": { "name": "php-opcache-0:8.0.20-3.el9.aarch64", "product_id": "php-opcache-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-pdo-0:8.0.20-3.el9.aarch64", "product_id": "php-pdo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.20-3.el9.aarch64", "product": { "name": "php-pgsql-0:8.0.20-3.el9.aarch64", "product_id": "php-pgsql-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-process-0:8.0.20-3.el9.aarch64", "product": { "name": "php-process-0:8.0.20-3.el9.aarch64", "product_id": "php-process-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.20-3.el9.aarch64", "product": { "name": "php-snmp-0:8.0.20-3.el9.aarch64", "product_id": "php-snmp-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-soap-0:8.0.20-3.el9.aarch64", "product": { "name": "php-soap-0:8.0.20-3.el9.aarch64", "product_id": "php-soap-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-xml-0:8.0.20-3.el9.aarch64", "product": { "name": "php-xml-0:8.0.20-3.el9.aarch64", "product_id": "php-xml-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.20-3.el9.aarch64", "product": { "name": "php-debugsource-0:8.0.20-3.el9.aarch64", "product_id": "php-debugsource-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-common-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-common-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-process-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-process-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.20-3.el9?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "php-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-0:8.0.20-3.el9.ppc64le", "product_id": "php-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-bcmath-0:8.0.20-3.el9.ppc64le", "product_id": "php-bcmath-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-cli-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-cli-0:8.0.20-3.el9.ppc64le", "product_id": "php-cli-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-common-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-common-0:8.0.20-3.el9.ppc64le", "product_id": "php-common-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dba-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-dba-0:8.0.20-3.el9.ppc64le", "product_id": "php-dba-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-dbg-0:8.0.20-3.el9.ppc64le", "product_id": "php-dbg-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-devel-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-devel-0:8.0.20-3.el9.ppc64le", "product_id": "php-devel-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-embedded-0:8.0.20-3.el9.ppc64le", "product_id": "php-embedded-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-enchant-0:8.0.20-3.el9.ppc64le", "product_id": "php-enchant-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-ffi-0:8.0.20-3.el9.ppc64le", "product_id": "php-ffi-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-fpm-0:8.0.20-3.el9.ppc64le", "product_id": "php-fpm-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gd-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-gd-0:8.0.20-3.el9.ppc64le", "product_id": "php-gd-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-gmp-0:8.0.20-3.el9.ppc64le", "product_id": "php-gmp-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-intl-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-intl-0:8.0.20-3.el9.ppc64le", "product_id": "php-intl-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-ldap-0:8.0.20-3.el9.ppc64le", "product_id": "php-ldap-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-mbstring-0:8.0.20-3.el9.ppc64le", "product_id": "php-mbstring-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-mysqlnd-0:8.0.20-3.el9.ppc64le", "product_id": "php-mysqlnd-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-odbc-0:8.0.20-3.el9.ppc64le", "product_id": "php-odbc-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-opcache-0:8.0.20-3.el9.ppc64le", "product_id": "php-opcache-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-pdo-0:8.0.20-3.el9.ppc64le", "product_id": "php-pdo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-pgsql-0:8.0.20-3.el9.ppc64le", "product_id": "php-pgsql-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-process-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-process-0:8.0.20-3.el9.ppc64le", "product_id": "php-process-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-snmp-0:8.0.20-3.el9.ppc64le", "product_id": "php-snmp-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-soap-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-soap-0:8.0.20-3.el9.ppc64le", "product_id": "php-soap-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xml-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-xml-0:8.0.20-3.el9.ppc64le", "product_id": "php-xml-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-debugsource-0:8.0.20-3.el9.ppc64le", "product_id": "php-debugsource-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.20-3.el9?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "php-0:8.0.20-3.el9.x86_64", "product": { "name": "php-0:8.0.20-3.el9.x86_64", "product_id": "php-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.20-3.el9.x86_64", "product": { "name": "php-bcmath-0:8.0.20-3.el9.x86_64", "product_id": "php-bcmath-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-cli-0:8.0.20-3.el9.x86_64", "product": { "name": "php-cli-0:8.0.20-3.el9.x86_64", "product_id": "php-cli-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-common-0:8.0.20-3.el9.x86_64", "product": { "name": "php-common-0:8.0.20-3.el9.x86_64", "product_id": "php-common-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-dba-0:8.0.20-3.el9.x86_64", "product": { "name": "php-dba-0:8.0.20-3.el9.x86_64", "product_id": "php-dba-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.20-3.el9.x86_64", "product": { "name": "php-dbg-0:8.0.20-3.el9.x86_64", "product_id": "php-dbg-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-devel-0:8.0.20-3.el9.x86_64", "product": { "name": "php-devel-0:8.0.20-3.el9.x86_64", "product_id": "php-devel-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.20-3.el9.x86_64", "product": { "name": "php-embedded-0:8.0.20-3.el9.x86_64", "product_id": "php-embedded-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.20-3.el9.x86_64", "product": { "name": "php-enchant-0:8.0.20-3.el9.x86_64", "product_id": "php-enchant-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.20-3.el9.x86_64", "product": { "name": "php-ffi-0:8.0.20-3.el9.x86_64", "product_id": "php-ffi-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.20-3.el9.x86_64", "product": { "name": "php-fpm-0:8.0.20-3.el9.x86_64", "product_id": "php-fpm-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-gd-0:8.0.20-3.el9.x86_64", "product": { "name": "php-gd-0:8.0.20-3.el9.x86_64", "product_id": "php-gd-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.20-3.el9.x86_64", "product": { "name": "php-gmp-0:8.0.20-3.el9.x86_64", "product_id": "php-gmp-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-intl-0:8.0.20-3.el9.x86_64", "product": { "name": "php-intl-0:8.0.20-3.el9.x86_64", "product_id": "php-intl-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.20-3.el9.x86_64", "product": { "name": "php-ldap-0:8.0.20-3.el9.x86_64", "product_id": "php-ldap-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.20-3.el9.x86_64", "product": { "name": "php-mbstring-0:8.0.20-3.el9.x86_64", "product_id": "php-mbstring-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.20-3.el9.x86_64", "product": { "name": "php-mysqlnd-0:8.0.20-3.el9.x86_64", "product_id": "php-mysqlnd-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.20-3.el9.x86_64", "product": { "name": "php-odbc-0:8.0.20-3.el9.x86_64", "product_id": "php-odbc-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.20-3.el9.x86_64", "product": { "name": "php-opcache-0:8.0.20-3.el9.x86_64", "product_id": "php-opcache-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-pdo-0:8.0.20-3.el9.x86_64", "product_id": "php-pdo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.20-3.el9.x86_64", "product": { "name": "php-pgsql-0:8.0.20-3.el9.x86_64", "product_id": "php-pgsql-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-process-0:8.0.20-3.el9.x86_64", "product": { "name": "php-process-0:8.0.20-3.el9.x86_64", "product_id": "php-process-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.20-3.el9.x86_64", "product": { "name": "php-snmp-0:8.0.20-3.el9.x86_64", "product_id": "php-snmp-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-soap-0:8.0.20-3.el9.x86_64", "product": { "name": "php-soap-0:8.0.20-3.el9.x86_64", "product_id": "php-soap-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-xml-0:8.0.20-3.el9.x86_64", "product": { "name": "php-xml-0:8.0.20-3.el9.x86_64", "product_id": "php-xml-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.20-3.el9.x86_64", "product": { "name": "php-debugsource-0:8.0.20-3.el9.x86_64", "product_id": "php-debugsource-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-common-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-common-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-process-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-process-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-xml-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-xml-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.20-3.el9?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "php-0:8.0.20-3.el9.s390x", "product": { "name": "php-0:8.0.20-3.el9.s390x", "product_id": "php-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.20-3.el9.s390x", "product": { "name": "php-bcmath-0:8.0.20-3.el9.s390x", "product_id": "php-bcmath-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-cli-0:8.0.20-3.el9.s390x", "product": { "name": "php-cli-0:8.0.20-3.el9.s390x", "product_id": "php-cli-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-common-0:8.0.20-3.el9.s390x", "product": { "name": "php-common-0:8.0.20-3.el9.s390x", "product_id": "php-common-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-dba-0:8.0.20-3.el9.s390x", "product": { "name": "php-dba-0:8.0.20-3.el9.s390x", "product_id": "php-dba-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.20-3.el9.s390x", "product": { "name": "php-dbg-0:8.0.20-3.el9.s390x", "product_id": "php-dbg-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-devel-0:8.0.20-3.el9.s390x", "product": { "name": "php-devel-0:8.0.20-3.el9.s390x", "product_id": "php-devel-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.20-3.el9.s390x", "product": { "name": "php-embedded-0:8.0.20-3.el9.s390x", "product_id": "php-embedded-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.20-3.el9.s390x", "product": { "name": "php-enchant-0:8.0.20-3.el9.s390x", "product_id": "php-enchant-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.20-3.el9.s390x", "product": { "name": "php-ffi-0:8.0.20-3.el9.s390x", "product_id": "php-ffi-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.20-3.el9.s390x", "product": { "name": "php-fpm-0:8.0.20-3.el9.s390x", "product_id": "php-fpm-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-gd-0:8.0.20-3.el9.s390x", "product": { "name": "php-gd-0:8.0.20-3.el9.s390x", "product_id": "php-gd-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.20-3.el9.s390x", "product": { "name": "php-gmp-0:8.0.20-3.el9.s390x", "product_id": "php-gmp-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-intl-0:8.0.20-3.el9.s390x", "product": { "name": "php-intl-0:8.0.20-3.el9.s390x", "product_id": "php-intl-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.20-3.el9.s390x", "product": { "name": "php-ldap-0:8.0.20-3.el9.s390x", "product_id": "php-ldap-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.20-3.el9.s390x", "product": { "name": "php-mbstring-0:8.0.20-3.el9.s390x", "product_id": "php-mbstring-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.20-3.el9.s390x", "product": { "name": "php-mysqlnd-0:8.0.20-3.el9.s390x", "product_id": "php-mysqlnd-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.20-3.el9.s390x", "product": { "name": "php-odbc-0:8.0.20-3.el9.s390x", "product_id": "php-odbc-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.20-3.el9.s390x", "product": { "name": "php-opcache-0:8.0.20-3.el9.s390x", "product_id": "php-opcache-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.20-3.el9.s390x", "product": { "name": "php-pdo-0:8.0.20-3.el9.s390x", "product_id": "php-pdo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.20-3.el9.s390x", "product": { "name": "php-pgsql-0:8.0.20-3.el9.s390x", "product_id": "php-pgsql-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-process-0:8.0.20-3.el9.s390x", "product": { "name": "php-process-0:8.0.20-3.el9.s390x", "product_id": "php-process-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.20-3.el9.s390x", "product": { "name": "php-snmp-0:8.0.20-3.el9.s390x", "product_id": "php-snmp-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-soap-0:8.0.20-3.el9.s390x", "product": { "name": "php-soap-0:8.0.20-3.el9.s390x", "product_id": "php-soap-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-xml-0:8.0.20-3.el9.s390x", "product": { "name": "php-xml-0:8.0.20-3.el9.s390x", "product_id": "php-xml-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.20-3.el9.s390x", "product": { "name": "php-debugsource-0:8.0.20-3.el9.s390x", "product_id": "php-debugsource-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-cli-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-cli-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-common-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-common-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-dba-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-dba-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-gd-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-gd-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-intl-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-intl-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-process-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-process-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-soap-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-soap-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-xml-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-xml-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.20-3.el9?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.s390x" }, "product_reference": "php-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-3.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.src" }, "product_reference": "php-0:8.0.20-3.el9.src", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-bcmath-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-bcmath-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.s390x" }, "product_reference": "php-bcmath-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-bcmath-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-cli-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-cli-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.s390x" }, "product_reference": "php-cli-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-cli-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-cli-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-common-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-common-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.s390x" }, "product_reference": "php-common-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-common-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-common-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-common-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-common-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-dba-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-dba-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.s390x" }, "product_reference": "php-dba-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-dba-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-dba-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-dbg-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-dbg-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.s390x" }, "product_reference": "php-dbg-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-dbg-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-debugsource-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-debugsource-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.s390x" }, "product_reference": "php-debugsource-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-debugsource-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-devel-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-devel-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.s390x" }, "product_reference": "php-devel-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-devel-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-embedded-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-embedded-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.s390x" }, "product_reference": "php-embedded-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-embedded-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-enchant-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-enchant-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.s390x" }, "product_reference": "php-enchant-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-enchant-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-ffi-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-ffi-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.s390x" }, "product_reference": "php-ffi-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-ffi-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-fpm-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-fpm-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.s390x" }, "product_reference": "php-fpm-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-fpm-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-gd-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-gd-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.s390x" }, "product_reference": "php-gd-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-gd-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-gd-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-gmp-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-gmp-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.s390x" }, "product_reference": "php-gmp-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-gmp-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-intl-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-intl-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.s390x" }, "product_reference": "php-intl-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-intl-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-intl-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-ldap-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-ldap-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.s390x" }, "product_reference": "php-ldap-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-ldap-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-mbstring-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-mbstring-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.s390x" }, "product_reference": "php-mbstring-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-mbstring-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-mysqlnd-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-mysqlnd-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.s390x" }, "product_reference": "php-mysqlnd-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-mysqlnd-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-odbc-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-odbc-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.s390x" }, "product_reference": "php-odbc-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-odbc-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-opcache-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-opcache-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.s390x" }, "product_reference": "php-opcache-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-opcache-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-pdo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-pdo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-pdo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-pdo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-pgsql-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-pgsql-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.s390x" }, "product_reference": "php-pgsql-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-pgsql-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-process-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-process-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.s390x" }, "product_reference": "php-process-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-process-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-process-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-process-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-process-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-snmp-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-snmp-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.s390x" }, "product_reference": "php-snmp-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-snmp-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-soap-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-soap-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.s390x" }, "product_reference": "php-soap-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-soap-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-soap-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-xml-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-xml-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.s390x" }, "product_reference": "php-xml-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-xml-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-xml-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-xml-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-21708", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-02-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2055879" } ], "notes": [ { "category": "description", "text": "A flaw was found in PHP. The vulnerability occurs due to the malformed php_filter_float() function and leads to a use-after-free vulnerability. This flaw allows an attacker to inject a malicious file, leading to a crash or a Segmentation fault.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Use after free due to php_filter_float() failing for ints", "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.1.0.GA:php-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.src", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-21708" }, { "category": "external", "summary": "RHBZ#2055879", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2055879" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-21708", "url": "https://www.cve.org/CVERecord?id=CVE-2021-21708" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-21708", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-21708" }, { "category": "external", "summary": "https://www.php.net/ChangeLog-7.php#PHP_7_4", "url": "https://www.php.net/ChangeLog-7.php#PHP_7_4" } ], "release_date": "2022-02-17T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-15T10:20:27+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.src", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8197" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.src", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "php: Use after free due to php_filter_float() failing for ints" }, { "cve": "CVE-2022-31625", "cwe": { "id": "CWE-824", "name": "Access of Uninitialized Pointer" }, "discovery_date": "2022-06-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2098521" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PHP due to an uninitialized array in pg_query_params() function. When using the Postgres database extension, supplying invalid parameters to the parameterized query may lead to PHP attempting to free memory, using uninitialized data as pointers. This flaw allows a remote attacker with the ability to control query parameters to execute arbitrary code on the system or may cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Uninitialized array in pg_query_params() leading to RCE", "title": "Vulnerability summary" }, { "category": "other", "text": "This CVE rated as moderate because attack complexity is high, and creating/supplying invalid parameters is complex while using a Postgres database extension.", "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.1.0.GA:php-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.src", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-31625" }, { "category": "external", "summary": "RHBZ#2098521", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2098521" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-31625", "url": "https://www.cve.org/CVERecord?id=CVE-2022-31625" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31625", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31625" }, { "category": "external", "summary": "https://bugs.php.net/bug.php?id=81720", "url": "https://bugs.php.net/bug.php?id=81720" } ], "release_date": "2022-05-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-15T10:20:27+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.src", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8197" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.src", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Uninitialized array in pg_query_params() leading to RCE" } ] }
gsd-2021-21708
Vulnerability from gsd
Modified
2023-12-13 01:23
Details
In PHP versions 7.4.x below 7.4.28, 8.0.x below 8.0.16, and 8.1.x below 8.1.3, when using filter functions with FILTER_VALIDATE_FLOAT filter and min/max limits, if the filter fails, there is a possibility to trigger use of allocated memory after free, which can result it crashes, and potentially in overwrite of other memory chunks and RCE. This issue affects: code that uses FILTER_VALIDATE_FLOAT with min/max limits.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2021-21708", "description": "In PHP versions 7.4.x below 7.4.28, 8.0.x below 8.0.16, and 8.1.x below 8.1.3, when using filter functions with FILTER_VALIDATE_FLOAT filter and min/max limits, if the filter fails, there is a possibility to trigger use of allocated memory after free, which can result it crashes, and potentially in overwrite of other memory chunks and RCE. This issue affects: code that uses FILTER_VALIDATE_FLOAT with min/max limits.", "id": "GSD-2021-21708", "references": [ "https://www.suse.com/security/cve/CVE-2021-21708.html", "https://www.debian.org/security/2022/dsa-5082", "https://ubuntu.com/security/CVE-2021-21708", "https://security.archlinux.org/CVE-2021-21708", "https://access.redhat.com/errata/RHSA-2022:7624", "https://access.redhat.com/errata/RHSA-2022:7628", "https://access.redhat.com/errata/RHSA-2022:8197" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2021-21708" ], "details": "In PHP versions 7.4.x below 7.4.28, 8.0.x below 8.0.16, and 8.1.x below 8.1.3, when using filter functions with FILTER_VALIDATE_FLOAT filter and min/max limits, if the filter fails, there is a possibility to trigger use of allocated memory after free, which can result it crashes, and potentially in overwrite of other memory chunks and RCE. This issue affects: code that uses FILTER_VALIDATE_FLOAT with min/max limits.", "id": "GSD-2021-21708", "modified": "2023-12-13T01:23:10.741762Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security@php.net", "DATE_PUBLIC": "2022-02-14T08:00:00.000Z", "ID": "CVE-2021-21708", "STATE": "PUBLIC", "TITLE": "UAF due to php_filter_float() failing" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "PHP", "version": { "version_data": [ { "version_affected": "\u003c", "version_name": "7.4.x", "version_value": "7.4.28" }, { "version_affected": "\u003c", "version_name": "8.0.X", "version_value": "8.0.16" }, { "version_affected": "\u003c", "version_name": "8.1.X", "version_value": "8.1.3" } ] } } ] }, "vendor_name": "PHP Group" } ] } }, "credit": [ { "lang": "eng", "value": "dukk at softdev dot online" } ], "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "In PHP versions 7.4.x below 7.4.28, 8.0.x below 8.0.16, and 8.1.x below 8.1.3, when using filter functions with FILTER_VALIDATE_FLOAT filter and min/max limits, if the filter fails, there is a possibility to trigger use of allocated memory after free, which can result it crashes, and potentially in overwrite of other memory chunks and RCE. This issue affects: code that uses FILTER_VALIDATE_FLOAT with min/max limits." } ] }, "generator": { "engine": "Vulnogram 0.0.9" }, "impact": { "cvss": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L", "version": "3.1" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-416 Use After Free" } ] } ] }, "references": { "reference_data": [ { "name": "https://bugs.php.net/bug.php?id=81708", "refsource": "MISC", "url": "https://bugs.php.net/bug.php?id=81708" }, { "name": "https://security.netapp.com/advisory/ntap-20220325-0004/", "refsource": "CONFIRM", "url": "https://security.netapp.com/advisory/ntap-20220325-0004/" }, { "name": "GLSA-202209-20", "refsource": "GENTOO", "url": "https://security.gentoo.org/glsa/202209-20" } ] }, "source": { "defect": [ "https://bugs.php.net/bug.php?id=81708" ], "discovery": "EXTERNAL" } }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "8.1.3", "versionStartIncluding": "8.1.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "8.0.16", "versionStartIncluding": "8.0.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "7.4.28", "versionStartIncluding": "7.4.0", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security@php.net", "ID": "CVE-2021-21708" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "In PHP versions 7.4.x below 7.4.28, 8.0.x below 8.0.16, and 8.1.x below 8.1.3, when using filter functions with FILTER_VALIDATE_FLOAT filter and min/max limits, if the filter fails, there is a possibility to trigger use of allocated memory after free, which can result it crashes, and potentially in overwrite of other memory chunks and RCE. This issue affects: code that uses FILTER_VALIDATE_FLOAT with min/max limits." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-416" } ] } ] }, "references": { "reference_data": [ { "name": "N/A", "refsource": "CONFIRM", "tags": [ "Exploit", "Issue Tracking", "Patch", "Vendor Advisory" ], "url": "https://bugs.php.net/bug.php?id=81708" }, { "name": "https://security.netapp.com/advisory/ntap-20220325-0004/", "refsource": "CONFIRM", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20220325-0004/" }, { "name": "GLSA-202209-20", "refsource": "GENTOO", "tags": [ "Third Party Advisory" ], "url": "https://security.gentoo.org/glsa/202209-20" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "MEDIUM", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 5.9 } }, "lastModifiedDate": "2022-10-07T14:31Z", "publishedDate": "2022-02-27T08:15Z" } } }
icsa-24-102-04
Vulnerability from csaf_cisa
Published
2024-04-09 00:00
Modified
2024-12-10 00:00
Summary
Siemens RUGGEDCOM APE1808
Notes
Summary
Palo Alto Networks has published [1] information on vulnerabilities in PAN-OS. This advisory lists the related Siemens Industrial products affected by these vulnerabilities.
Siemens has released a new version of Palo Alto Networks Virtual NGFW for RUGGEDCOM APE1808 and recommends to update to the latest version. Customers are advised to consult and implement the workarounds provided in Palo Alto Networks' upstream security notifications.
[1] https://security.paloaltonetworks.com/
General Recommendations
As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens' operational guidelines for Industrial Security (Download:
https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.
Additional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity
Additional Resources
For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories
Terms of Use
The use of Siemens Security Advisories is subject to the terms and conditions listed on: https://www.siemens.com/productcert/terms-of-use.
Legal Notice
All information products included in https://us-cert.cisa.gov/ics are provided "as is" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.
Advisory Conversion Disclaimer
This CISA CSAF advisory was converted from Siemens ProductCERT's CSAF advisory.
Critical infrastructure sectors
Communications, Critical Manufacturing, Transportation Systems
Countries/areas deployed
Worldwide
Company headquarters location
Germany
Recommended Practices
CISA recommends users take defensive measures to minimize the exploitation risk of this vulnerability.
Recommended Practices
Minimize network exposure for all control system devices and/or systems, and ensure they are not accessible from the internet.
Recommended Practices
Locate control system networks and remote devices behind firewalls and isolate them from business networks.
Recommended Practices
When remote access is required, use more secure methods, such as Virtual Private Networks (VPNs), recognizing VPNs may have vulnerabilities and should be updated to the most recent version available. Also recognize VPN is only as secure as its connected devices.
Recommended Practices
CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.
Recommended Practices
CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.
Recommended Practices
CISA encourages organizations to implement recommended cybersecurity strategies for proactive defense of ICS assets. Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.
Recommended Practices
Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents.
{ "document": { "acknowledgments": [ { "organization": "Siemens", "summary": "reporting these vulnerabilities to CISA." } ], "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Disclosure is not limited", "tlp": { "label": "WHITE", "url": "https://us-cert.cisa.gov/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Palo Alto Networks has published [1] information on vulnerabilities in PAN-OS. This advisory lists the related Siemens Industrial products affected by these vulnerabilities.\n\nSiemens has released a new version of Palo Alto Networks Virtual NGFW for RUGGEDCOM APE1808 and recommends to update to the latest version. Customers are advised to consult and implement the workarounds provided in Palo Alto Networks\u0027 upstream security notifications.\n\n[1] https://security.paloaltonetworks.com/", "title": "Summary" }, { "category": "general", "text": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: \nhttps://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "title": "General Recommendations" }, { "category": "general", "text": "For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories", "title": "Additional Resources" }, { "category": "legal_disclaimer", "text": "The use of Siemens Security Advisories is subject to the terms and conditions listed on: https://www.siemens.com/productcert/terms-of-use.", "title": "Terms of Use" }, { "category": "legal_disclaimer", "text": "All information products included in https://us-cert.cisa.gov/ics are provided \"as is\" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.", "title": "Legal Notice" }, { "category": "other", "text": "This CISA CSAF advisory was converted from Siemens ProductCERT\u0027s CSAF advisory.", "title": "Advisory Conversion Disclaimer" }, { "category": "other", "text": "Communications, Critical Manufacturing, Transportation Systems", "title": "Critical infrastructure sectors" }, { "category": "other", "text": "Worldwide", "title": "Countries/areas deployed" }, { "category": "other", "text": "Germany", "title": "Company headquarters location" }, { "category": "general", "text": "CISA recommends users take defensive measures to minimize the exploitation risk of this vulnerability.", "title": "Recommended Practices" }, { "category": "general", "text": "Minimize network exposure for all control system devices and/or systems, and ensure they are not accessible from the internet.", "title": "Recommended Practices" }, { "category": "general", "text": "Locate control system networks and remote devices behind firewalls and isolate them from business networks.", "title": "Recommended Practices" }, { "category": "general", "text": "When remote access is required, use more secure methods, such as Virtual Private Networks (VPNs), recognizing VPNs may have vulnerabilities and should be updated to the most recent version available. Also recognize VPN is only as secure as its connected devices.", "title": "Recommended Practices" }, { "category": "general", "text": "CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.", "title": "Recommended Practices" }, { "category": "general", "text": "CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.", "title": "Recommended Practices" }, { "category": "general", "text": "CISA encourages organizations to implement recommended cybersecurity strategies for proactive defense of ICS assets. Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.", "title": "Recommended Practices" }, { "category": "general", "text": "Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents.", "title": "Recommended Practices" } ], "publisher": { "category": "other", "contact_details": "central@cisa.dhs.gov", "name": "CISA", "namespace": "https://www.cisa.gov/" }, "references": [ { "category": "self", "summary": "SSA-455250: Multiple Vulnerabilities in Palo Alto Networks Virtual NGFW on RUGGEDCOM APE1808 Devices Before V11.1.2-h3 - CSAF Version", "url": "https://cert-portal.siemens.com/productcert/csaf/ssa-455250.json" }, { "category": "self", "summary": "SSA-455250: Multiple Vulnerabilities in Palo Alto Networks Virtual NGFW on RUGGEDCOM APE1808 Devices Before V11.1.2-h3 - HTML Version", "url": "https://cert-portal.siemens.com/productcert/html/ssa-455250.html" }, { "category": "self", "summary": "ICS Advisory ICSA-24-102-04 JSON", "url": "https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/OT/white/2024/icsa-24-102-04.json" }, { "category": "self", "summary": "ICS Advisory ICSA-24-102-04 - Web Version", "url": "https://www.cisa.gov/news-events/ics-advisories/icsa-24-102-04" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/uscert/ics/alerts/ICS-ALERT-10-301-01" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/resources-tools/resources/ics-recommended-practices" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/topics/industrial-control-systems" }, { "category": "external", "summary": "Recommended Practices", "url": "https://us-cert.cisa.gov/sites/default/files/recommended_practices/NCCIC_ICS-CERT_Defense_in_Depth_2016_S508C.pdf" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/sites/default/files/publications/Cybersecurity_Best_Practices_for_Industrial_Control_Systems.pdf" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/uscert/ics/tips/ICS-TIP-12-146-01B" } ], "title": "Siemens RUGGEDCOM APE1808", "tracking": { "current_release_date": "2024-12-10T00:00:00.000000Z", "generator": { "engine": { "name": "CISA CSAF Generator", "version": "1.0.0" } }, "id": "ICSA-24-102-04", "initial_release_date": "2024-04-09T00:00:00.000000Z", "revision_history": [ { "date": "2024-04-09T00:00:00.000000Z", "legacy_version": "1.0", "number": "1", "summary": "Publication Date" }, { "date": "2024-05-14T00:00:00.000000Z", "legacy_version": "1.1", "number": "2", "summary": "Added newly published upstream vulnerabilities: CVE-2017-8923, CVE-2017-9120, CVE-2020-25658, CVE-2021-21708, CVE-2021-43527, CVE-2022-1271, CVE-2022-31676, CVE-2022-3515, CVE-2022-37454, CVE-2022-47629, CVE-2023-0286, CVE-2024-3383, CVE-2024-3386, CVE-2024-3387, CVE-2024-3388, CVE-2024-3400" }, { "date": "2024-07-09T00:00:00.000000Z", "legacy_version": "1.2", "number": "3", "summary": "Added fix for RUGGEDCOM APE1808 devices configured with Palo Alto Networks Virtual NGFW. Moved CVE-2023-48795 to SSA-364175" }, { "date": "2024-09-10T00:00:00.000000Z", "legacy_version": "1.3", "number": "4", "summary": "Added newly published upstream vulnerability CVE-2024-5916" }, { "date": "2024-10-08T00:00:00.000000Z", "legacy_version": "1.4", "number": "5", "summary": "Added newly published upstream vulnerability CVE-2024-8688" }, { "date": "2024-12-10T00:00:00.000000Z", "legacy_version": "1.5", "number": "6", "summary": "Added newly published upstream vulnerabilities CVE-2024-2551, CVE-2024-5918, CVE-2024-5919" } ], "status": "final", "version": "6" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version_range", "name": "vers:all/*", "product": { "name": "RUGGEDCOM APE1808", "product_id": "CSAFPID-0001" } }, { "category": "product_version_range", "name": "vers:all/*", "product": { "name": "RUGGEDCOM APE1808", "product_id": "CSAFPID-0002" } } ], "category": "product_name", "name": "RUGGEDCOM APE1808" } ], "category": "vendor", "name": "Siemens" } ] }, "vulnerabilities": [ { "cve": "CVE-2017-8923", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "The zend_string_extend function in Zend/zend_string.h in PHP through 7.1.5 does not prevent changes to string objects that result in a negative length, which allows remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact by leveraging a script\u0027s use of .= with a long string.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Upgrade Palo Alto Networks Virtual NGFW V11.1.2-h3. Contact customer support to receive patch and update information", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2017-8923" }, { "cve": "CVE-2017-9120", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "PHP 7.x through 7.1.5 allows remote attackers to cause a denial of service (buffer overflow and application crash) or possibly have unspecified other impact via a long string because of an Integer overflow in mysqli_real_escape_string.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Upgrade Palo Alto Networks Virtual NGFW V11.1.2-h3. Contact customer support to receive patch and update information", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2017-9120" }, { "cve": "CVE-2020-25658", "cwe": { "id": "CWE-385", "name": "Covert Timing Channel" }, "notes": [ { "category": "summary", "text": "It was found that python-rsa is vulnerable to Bleichenbacher timing attacks. An attacker can use this flaw via the RSA decryption API to decrypt parts of the cipher text encrypted with RSA.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Upgrade Palo Alto Networks Virtual NGFW V11.1.2-h3. Contact customer support to receive patch and update information", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-25658" }, { "cve": "CVE-2021-21708", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "In PHP versions 7.4.x below 7.4.28, 8.0.x below 8.0.16, and 8.1.x below 8.1.3, when using filter functions with FILTER_VALIDATE_FLOAT filter and min/max limits, if the filter fails, there is a possibility to trigger use of allocated memory after free, which can result it crashes, and potentially in overwrite of other memory chunks and RCE. This issue affects: code that uses FILTER_VALIDATE_FLOAT with min/max limits.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Upgrade Palo Alto Networks Virtual NGFW V11.1.2-h3. Contact customer support to receive patch and update information", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.2, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-21708" }, { "cve": "CVE-2021-43527", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "NSS (Network Security Services) versions prior to 3.73 or 3.68.1 ESR are vulnerable to a heap overflow when handling DER-encoded DSA or RSA-PSS signatures. Applications using NSS for handling signatures encoded within CMS, S/MIME, PKCS #7, or PKCS #12 are likely to be impacted. Applications using NSS for certificate validation or other TLS, X.509, OCSP or CRL functionality may be impacted, depending on how they configure NSS. Note: This vulnerability does NOT impact Mozilla Firefox. However, email clients and PDF viewers that use NSS for signature verification, such as Thunderbird, LibreOffice, Evolution and Evince are believed to be impacted. This vulnerability affects NSS \u003c 3.73 and NSS \u003c 3.68.1.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Upgrade Palo Alto Networks Virtual NGFW V11.1.2-h3. Contact customer support to receive patch and update information", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-43527" }, { "cve": "CVE-2022-1271", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "An arbitrary file write vulnerability was found in GNU gzip\u0027s zgrep utility. When zgrep is applied on the attacker\u0027s chosen file name (for example, a crafted file name), this can overwrite an attacker\u0027s content to an arbitrary attacker-selected file. This flaw occurs due to insufficient validation when processing filenames with two or more newlines where selected content and the target file names are embedded in crafted multi-line file names. This flaw allows a remote, low privileged attacker to force zgrep to write arbitrary files on the system.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Upgrade Palo Alto Networks Virtual NGFW V11.1.2-h3. Contact customer support to receive patch and update information", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2022-1271" }, { "cve": "CVE-2022-3515", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "A vulnerability was found in the Libksba library due to an integer overflow within the CRL parser. The vulnerability can be exploited remotely for code execution on the target system by passing specially crafted data to the application, for example, a malicious S/MIME attachment.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Upgrade Palo Alto Networks Virtual NGFW V11.1.2-h3. Contact customer support to receive patch and update information", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2022-3515" }, { "cve": "CVE-2022-31676", "cwe": { "id": "CWE-269", "name": "Improper Privilege Management" }, "notes": [ { "category": "summary", "text": "VMware Tools (12.0.0, 11.x.y and 10.x.y) contains a local privilege escalation vulnerability. A malicious actor with local non-administrative access to the Guest OS can escalate privileges as a root user in the virtual machine.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Upgrade Palo Alto Networks Virtual NGFW V11.1.2-h3. Contact customer support to receive patch and update information", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2022-31676" }, { "cve": "CVE-2022-37454", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "The Keccak XKCP SHA-3 reference implementation before fdc6fef has an integer overflow and resultant buffer overflow that allows attackers to execute arbitrary code or eliminate expected cryptographic properties. This occurs in the sponge function interface.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Upgrade Palo Alto Networks Virtual NGFW V11.1.2-h3. Contact customer support to receive patch and update information", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2022-37454" }, { "cve": "CVE-2022-47629", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "Libksba before 1.6.3 is prone to an integer overflow vulnerability in the CRL signature parser.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Upgrade Palo Alto Networks Virtual NGFW V11.1.2-h3. Contact customer support to receive patch and update information", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2022-47629" }, { "cve": "CVE-2023-0286", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "There is a type confusion vulnerability relating to X.400 address processing inside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but the public structure definition for GENERAL_NAME incorrectly specified the type of the x400Address field as ASN1_TYPE. This field is subsequently interpreted by the OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an ASN1_STRING. When CRL checking is enabled (i.e. the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or enact a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, neither of which need to have a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. As such, this vulnerability is most likely to only affect applications which have implemented their own functionality for retrieving CRLs over a network.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Upgrade Palo Alto Networks Virtual NGFW V11.1.2-h3. Contact customer support to receive patch and update information", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-0286" }, { "cve": "CVE-2023-6789", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "notes": [ { "category": "summary", "text": "A cross-site scripting (XSS) vulnerability in Palo Alto Networks PAN-OS software enables a malicious authenticated read-write administrator to store a JavaScript payload using the web interface. Then, when viewed by a properly authenticated administrator, the JavaScript payload executes and disguises all associated actions as performed by that unsuspecting authenticated administrator.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Upgrade Palo Alto Networks Virtual NGFW V11.1.2-h3. Contact customer support to receive patch and update information", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.8, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-6789" }, { "cve": "CVE-2023-6793", "cwe": { "id": "CWE-269", "name": "Improper Privilege Management" }, "notes": [ { "category": "summary", "text": "An improper privilege management vulnerability in Palo Alto Networks PAN-OS software enables an authenticated read-only administrator to revoke active XML API keys from the firewall and disrupt XML API usage.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Upgrade Palo Alto Networks Virtual NGFW V11.1.2-h3. Contact customer support to receive patch and update information", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 2.7, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2023-6793" }, { "cve": "CVE-2023-38802", "cwe": { "id": "CWE-754", "name": "Improper Check for Unusual or Exceptional Conditions" }, "notes": [ { "category": "summary", "text": "FRRouting FRR 7.5.1 through 9.0 and Pica8 PICOS 4.3.3.2 allow a remote attacker to cause a denial of service via a crafted BGP update with a corrupted attribute 23 (Tunnel Encapsulation)", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0002" ] }, "remediations": [ { "category": "vendor_fix", "details": "Upgrade Palo Alto Networks Virtual NGFW V11.1.2-h3. Contact customer support to receive patch and update information", "product_ids": [ "CSAFPID-0002" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0002" ] } ], "title": "CVE-2023-38802" }, { "cve": "CVE-2024-0008", "cwe": { "id": "CWE-613", "name": "Insufficient Session Expiration" }, "notes": [ { "category": "summary", "text": "Web sessions in the management interface in Palo Alto Networks PAN-OS software do not expire in certain situations, making it susceptible to unauthorized access.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Upgrade Palo Alto Networks Virtual NGFW V11.1.2-h3. Contact customer support to receive patch and update information", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2024-0008" }, { "cve": "CVE-2024-2551", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "A null pointer dereference vulnerability in Palo Alto Networks PAN-OS software enables an unauthenticated attacker to stop a core system service on the firewall by sending a crafted packet through the data plane that causes a denial of service (DoS) condition. Repeated attempts to trigger this condition result in the firewall entering maintenance mode.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002" ] }, "remediations": [ { "category": "vendor_fix", "details": "Upgrade Palo Alto Networks Virtual NGFW V11.1.2-h3. Contact customer support to receive patch and update information", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002" ] } ], "title": "CVE-2024-2551" }, { "cve": "CVE-2024-3383", "cwe": { "id": "CWE-282", "name": "Improper Ownership Management" }, "notes": [ { "category": "summary", "text": "A vulnerability in how Palo Alto Networks PAN-OS software processes data received from Cloud Identity Engine (CIE) agents enables modification of User-ID groups. This impacts user access to network resources where users may be inappropriately denied or allowed access to resources based on your existing Security Policy rules.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Upgrade Palo Alto Networks Virtual NGFW V11.1.2-h3. Contact customer support to receive patch and update information", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2024-3383" }, { "cve": "CVE-2024-3386", "cwe": { "id": "CWE-436", "name": "Interpretation Conflict" }, "notes": [ { "category": "summary", "text": "An incorrect string comparison vulnerability in Palo Alto Networks PAN-OS software prevents Predefined Decryption Exclusions from functioning as intended. This can cause traffic destined for domains that are not specified in Predefined Decryption Exclusions to be unintentionally excluded from decryption.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Upgrade Palo Alto Networks Virtual NGFW V11.1.2-h3. Contact customer support to receive patch and update information", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2024-3386" }, { "cve": "CVE-2024-3387", "cwe": { "id": "CWE-326", "name": "Inadequate Encryption Strength" }, "notes": [ { "category": "summary", "text": "A weak (low bit strength) device certificate in Palo Alto Networks Panorama software enables an attacker to perform a meddler-in-the-middle (MitM) attack to capture encrypted traffic between the Panorama management server and the firewalls it manages. With sufficient computing resources, the attacker could break encrypted communication and expose sensitive information that is shared between the management server and the firewalls.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Upgrade Palo Alto Networks Virtual NGFW V11.1.2-h3. Contact customer support to receive patch and update information", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2024-3387" }, { "cve": "CVE-2024-3388", "cwe": { "id": "CWE-269", "name": "Improper Privilege Management" }, "notes": [ { "category": "summary", "text": "A vulnerability in the GlobalProtect Gateway in Palo Alto Networks PAN-OS software enables an authenticated attacker to impersonate another user and send network packets to internal assets. However, this vulnerability does not allow the attacker to receive response packets from those internal assets.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Upgrade Palo Alto Networks Virtual NGFW V11.1.2-h3. Contact customer support to receive patch and update information", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2024-3388" }, { "cve": "CVE-2024-5916", "cwe": { "id": "CWE-312", "name": "Cleartext Storage of Sensitive Information" }, "notes": [ { "category": "summary", "text": "An information exposure vulnerability in Palo Alto Networks PAN-OS software enables a local system administrator to unintentionally disclose secrets, passwords, and tokens of external systems. A read-only administrator who has access to the config log, can read secrets, passwords, and tokens to external systems.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "remediations": [ { "category": "vendor_fix", "details": "Upgrade Palo Alto Networks Virtual NGFW V11.1.2-h3. Contact customer support to receive patch and update information", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2024-5916" }, { "cve": "CVE-2024-5918", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "notes": [ { "category": "summary", "text": "An improper certificate validation vulnerability in Palo Alto Networks PAN-OS software enables an authorized user with a specially crafted client certificate to connect to an impacted GlobalProtect portal or GlobalProtect gateway as a different legitimate user. This attack is possible only if you \"Allow Authentication with User Credentials OR Client Certificate.\"", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002" ] }, "remediations": [ { "category": "vendor_fix", "details": "Upgrade Palo Alto Networks Virtual NGFW V11.1.2-h3. Contact customer support to receive patch and update information", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002" ] } ], "title": "CVE-2024-5918" }, { "cve": "CVE-2024-5919", "cwe": { "id": "CWE-201", "name": "Insertion of Sensitive Information Into Sent Data" }, "notes": [ { "category": "summary", "text": "A blind XML External Entities (XXE) injection vulnerability in the Palo Alto Networks PAN-OS software enables an authenticated attacker to exfiltrate arbitrary files from firewalls to an attacker controlled server. This attack requires network access to the firewall management interface.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002" ] }, "remediations": [ { "category": "vendor_fix", "details": "Upgrade Palo Alto Networks Virtual NGFW V11.1.2-h3. Contact customer support to receive patch and update information", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.8, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002" ] } ], "title": "CVE-2024-5919" }, { "cve": "CVE-2024-8688", "cwe": { "id": "CWE-155", "name": "Improper Neutralization of Wildcards or Matching Symbols" }, "notes": [ { "category": "summary", "text": "An improper neutralization of matching symbols vulnerability in the Palo Alto Networks PAN-OS command line interface (CLI) enables authenticated administrators (including read-only administrators) with access to the CLI to to read arbitrary files on the firewall.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002" ] }, "remediations": [ { "category": "vendor_fix", "details": "Upgrade Palo Alto Networks Virtual NGFW V11.1.2-h3. Contact customer support to receive patch and update information", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002" ] } ], "title": "CVE-2024-8688" } ] }
ghsa-g9qg-rg7j-whhx
Vulnerability from github
Published
2022-02-28 00:00
Modified
2022-03-26 00:01
Severity ?
Details
In PHP versions 7.4.x below 7.4.28, 8.0.x below 8.0.16, and 8.1.x below 8.1.3, when using filter functions with FILTER_VALIDATE_FLOAT filter and min/max limits, if the filter fails, there is a possibility to trigger use of allocated memory after free, which can result it crashes, and potentially in overwrite of other memory chunks and RCE. This issue affects: code that uses FILTER_VALIDATE_FLOAT with min/max limits.
{ "affected": [], "aliases": [ "CVE-2021-21708" ], "database_specific": { "cwe_ids": [ "CWE-416" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2022-02-27T08:15:00Z", "severity": "CRITICAL" }, "details": "In PHP versions 7.4.x below 7.4.28, 8.0.x below 8.0.16, and 8.1.x below 8.1.3, when using filter functions with FILTER_VALIDATE_FLOAT filter and min/max limits, if the filter fails, there is a possibility to trigger use of allocated memory after free, which can result it crashes, and potentially in overwrite of other memory chunks and RCE. This issue affects: code that uses FILTER_VALIDATE_FLOAT with min/max limits.", "id": "GHSA-g9qg-rg7j-whhx", "modified": "2022-03-26T00:01:02Z", "published": "2022-02-28T00:00:34Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-21708" }, { "type": "WEB", "url": "https://bugs.php.net/bug.php?id=81708" }, { "type": "WEB", "url": "https://security.gentoo.org/glsa/202209-20" }, { "type": "WEB", "url": "https://security.netapp.com/advisory/ntap-20220325-0004" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "type": "CVSS_V3" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.